Html Css Color HEX #AA3CB8 Dark Orchid

📋 copy color: '#AA3CB8'

red 170 ◦ green 60 ◦ blue 184

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

Shades of Dark Orchid #AA3CB8

Tints of Dark Orchid #AA3CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

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

R = 41.06%
G = 14.49%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA3CB8 (or 0xAA3CB8) is known color: Dark Orchid. HEX triplet: AA, 3C and B8. RGB value is (170,60,184). Sum of RGB (Red+Green+Blue) = 170+60+184=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA3CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CB8 is #55C347. Grayscale: #6A6A6A. Windows color (decimal): -5620552 or 12074154. OLE color: 12074154.

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

Color convert

RGB 170 60 184 -
CMYK 0.08 0.67 0 0.28
HSL 293.23º 0.51% 0.48% -
HSV(B) 293.23º 0.67% 0.72% -
XYZ 26.85 15.24 46.87 -
YUV 107.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 170 60 184 0.08 0.67 0 0.28 293.23 0.51 0.48
Hex AA 3C B8 8 43 0 1C 125 33 30
Octal 252 74 270 10 103 0 34 445 63 60
Binary 10101010 111100 10111000 1000 1000011 0 11100 100100101 110011 110000

Color Harmonies of #AA3CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CB8

Black with #AA3CB8

Text Example


Text Example

White with #AA3CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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