Html Css Color HEX #AA3EB8 Dark Orchid

📋 copy color: '#AA3EB8'

red 170 ◦ green 62 ◦ blue 184

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

Shades of Dark Orchid #AA3EB8

Tints of Dark Orchid #AA3EB8

RGB

 RED value IS 170 (66.8% from 255) = 40.87%

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

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

R = 40.87%
G = 14.9%
B = 44.23%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA3EB8 (or 0xAA3EB8) is known color: Dark Orchid. HEX triplet: AA, 3E and B8. RGB value is (170,62,184). Sum of RGB (Red+Green+Blue) = 170+62+184=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA3EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EB8 is #55C147. Grayscale: #6B6B6B. Windows color (decimal): -5620040 or 12074666. OLE color: 12074666.

HSL color Cylindrical-coordinate representation of color #AA3EB8: hue angle of 293.11º 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 #AA3EB8 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 62 184 -
CMYK 0.08 0.66 0 0.28
HSL 293.11º 0.5% 0.48% -
HSV(B) 293.11º 0.66% 0.72% -
XYZ 26.95 15.45 46.91 -
YUV 108.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 170 62 184 0.08 0.66 0 0.28 293.11 0.5 0.48
Hex AA 3E B8 8 42 0 1C 125 32 30
Octal 252 76 270 10 102 0 34 445 62 60
Binary 10101010 111110 10111000 1000 1000010 0 11100 100100101 110010 110000

Color Harmonies of #AA3EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EB8

Black with #AA3EB8

Text Example


Text Example

White with #AA3EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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