Html Css Color HEX #AA2DEA Dark Orchid

📋 copy color: '#AA2DEA'

red 170 ◦ green 45 ◦ blue 234

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

Shades of Dark Orchid #AA2DEA

Tints of Dark Orchid #AA2DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 37.86%
G = 10.02%
B = 52.12%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA2DEA (or 0xAA2DEA) is known color: Dark Orchid. HEX triplet: AA, 2D and EA. RGB value is (170,45,234). Sum of RGB (Red+Green+Blue) = 170+45+234=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DEA is #55D215. Grayscale: #676767. Windows color (decimal): -5624342 or 15347114. OLE color: 15347114.

HSL color Cylindrical-coordinate representation of color #AA2DEA: hue angle of 279.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2DEA is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 45 234 -
CMYK 0.27 0.81 0 0.08
HSL 279.68º 0.82% 0.55% -
HSV(B) 279.68º 0.81% 0.92% -
XYZ 32.37 16.36 79.29 -
YUV 103.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 170 45 234 0.27 0.81 0 0.08 279.68 0.82 0.55
Hex AA 2D EA 1B 51 0 8 118 52 37
Octal 252 55 352 33 121 0 10 430 122 67
Binary 10101010 101101 11101010 11011 1010001 0 1000 100011000 1010010 110111

Color Harmonies of #AA2DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DEA

Black with #AA2DEA

Text Example


Text Example

White with #AA2DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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