Html Css Color HEX #AA2DC6 Dark Orchid

📋 copy color: '#AA2DC6'

red 170 ◦ green 45 ◦ blue 198

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

Shades of Dark Orchid #AA2DC6

Tints of Dark Orchid #AA2DC6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.9%

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 41.16%
G = 10.9%
B = 47.94%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA2DC6 (or 0xAA2DC6) is known color: Dark Orchid. HEX triplet: AA, 2D and C6. RGB value is (170,45,198). Sum of RGB (Red+Green+Blue) = 170+45+198=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA2DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DC6 is #55D239. Grayscale: #636363. Windows color (decimal): -5624378 or 12987818. OLE color: 12987818.

HSL color Cylindrical-coordinate representation of color #AA2DC6: hue angle of 289.02º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2DC6 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 45 198 -
CMYK 0.14 0.77 0 0.22
HSL 289.02º 0.63% 0.48% -
HSV(B) 289.02º 0.77% 0.78% -
XYZ 27.71 14.5 54.76 -
YUV 99.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 170 45 198 0.14 0.77 0 0.22 289.02 0.63 0.48
Hex AA 2D C6 E 4D 0 16 121 3F 30
Octal 252 55 306 16 115 0 26 441 77 60
Binary 10101010 101101 11000110 1110 1001101 0 10110 100100001 111111 110000

Color Harmonies of #AA2DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DC6

Black with #AA2DC6

Text Example


Text Example

White with #AA2DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DC6; }

 p { color: rgb(170,45,198); }

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

background-color css

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

 a { background-color: rgb(170,45,198); }

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

border-color css

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

 span { border-color: rgb(170,45,198); }

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