Html Css Color HEX #A73EB8 Dark Orchid

📋 copy color: '#A73EB8'

red 167 ◦ green 62 ◦ blue 184

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

Shades of Dark Orchid #A73EB8

Tints of Dark Orchid #A73EB8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 40.44%
G = 15.01%
B = 44.55%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A73EB8 (or 0xA73EB8) is known color: Dark Orchid. HEX triplet: A7, 3E and B8. RGB value is (167,62,184). Sum of RGB (Red+Green+Blue) = 167+62+184=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #A73EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EB8 is #58C147. Grayscale: #6A6A6A. Windows color (decimal): -5816648 or 12074663. OLE color: 12074663.

HSL color Cylindrical-coordinate representation of color #A73EB8: hue angle of 291.64º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73EB8 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 62 184 -
CMYK 0.09 0.66 0 0.28
HSL 291.64º 0.5% 0.48% -
HSV(B) 291.64º 0.66% 0.72% -
XYZ 26.31 15.12 46.88 -
YUV 107.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 167 62 184 0.09 0.66 0 0.28 291.64 0.5 0.48
Hex A7 3E B8 9 42 0 1C 124 32 30
Octal 247 76 270 11 102 0 34 444 62 60
Binary 10100111 111110 10111000 1001 1000010 0 11100 100100100 110010 110000

Color Harmonies of #A73EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EB8

Black with #A73EB8

Text Example


Text Example

White with #A73EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EB8; }

 p { color: rgb(167,62,184); }

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

background-color css

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

 a { background-color: rgb(167,62,184); }

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

border-color css

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

 span { border-color: rgb(167,62,184); }

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