Html Css Color HEX #A738AD Dark Orchid

📋 copy color: '#A738AD'

red 167 ◦ green 56 ◦ blue 173

#A738AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A738AD

Tints of Dark Orchid #A738AD

RGB

 RED value IS 167 (65.63% from 255) = 42.17%

 GREEN value IS 56 (22.27% from 255) = 14.14%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 42.17%
G = 14.14%
B = 43.69%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A738AD (or 0xA738AD) is known color: Dark Orchid. HEX triplet: A7, 38 and AD. RGB value is (167,56,173). Sum of RGB (Red+Green+Blue) = 167+56+173=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #A738AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A738AD is #58C752. Grayscale: #666666. Windows color (decimal): -5818195 or 11352231. OLE color: 11352231.

HSL color Cylindrical-coordinate representation of color #A738AD: hue angle of 296.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A738AD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 56 173 -
CMYK 0.03 0.68 0 0.32
HSL 296.92º 0.51% 0.45% -
HSV(B) 296.92º 0.68% 0.68% -
XYZ 24.89 14.06 40.94 -
YUV 102.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 167 56 173 0.03 0.68 0 0.32 296.92 0.51 0.45
Hex A7 38 AD 3 44 0 20 129 33 2D
Octal 247 70 255 3 104 0 40 451 63 55
Binary 10100111 111000 10101101 11 1000100 0 100000 100101001 110011 101101

Color Harmonies of #A738AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738AD

Black with #A738AD

Text Example


Text Example

White with #A738AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738AD; }

 p { color: rgb(167,56,173); }

 H1.HeaderClassName
 {
   color: #A738AD;
 }
 .AnyTagClassName
 {
   color: #A738AD;
 }
</style>

background-color css

<style>
 a { background-color: #A738AD; }

 a { background-color: rgb(167,56,173); }

 div.DivClassName
 {
   background-color: #A738AD;
 }
 .BgClassName
 {
   background-color: #A738AD;
 }
</style>

border-color css

<style>
 span { border-color: #A738AD; }

 span { border-color: rgb(167,56,173); }

 td.TdClassName
 {
   border-color: #A738AD;
 }
 .TagClassName
 {
   border-color: #A738AD;
 }
</style>