Html Css Color HEX #AA3CB6 Dark Orchid

📋 copy color: '#AA3CB6'

red 170 ◦ green 60 ◦ blue 182

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

Shades of Dark Orchid #AA3CB6

Tints of Dark Orchid #AA3CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 41.26%
G = 14.56%
B = 44.17%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA3CB6 (or 0xAA3CB6) is known color: Dark Orchid. HEX triplet: AA, 3C and B6. RGB value is (170,60,182). Sum of RGB (Red+Green+Blue) = 170+60+182=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA3CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CB6 is #55C349. Grayscale: #6A6A6A. Windows color (decimal): -5620554 or 11943082. OLE color: 11943082.

HSL color Cylindrical-coordinate representation of color #AA3CB6: hue angle of 294.1º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3CB6 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 60 182 -
CMYK 0.07 0.67 0 0.29
HSL 294.1º 0.5% 0.47% -
HSV(B) 294.1º 0.67% 0.71% -
XYZ 26.64 15.16 45.78 -
YUV 106.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 170 60 182 0.07 0.67 0 0.29 294.1 0.5 0.47
Hex AA 3C B6 7 43 0 1D 126 32 2F
Octal 252 74 266 7 103 0 35 446 62 57
Binary 10101010 111100 10110110 111 1000011 0 11101 100100110 110010 101111

Color Harmonies of #AA3CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CB6

Black with #AA3CB6

Text Example


Text Example

White with #AA3CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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