Html Css Color HEX #AA2DCF Dark Orchid

📋 copy color: '#AA2DCF'

red 170 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #AA2DCF

Tints of Dark Orchid #AA2DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 40.28%
G = 10.66%
B = 49.05%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA2DCF (or 0xAA2DCF) is known color: Dark Orchid. HEX triplet: AA, 2D and CF. RGB value is (170,45,207). Sum of RGB (Red+Green+Blue) = 170+45+207=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DCF is #55D230. Grayscale: #646464. Windows color (decimal): -5624369 or 13577642. OLE color: 13577642.

HSL color Cylindrical-coordinate representation of color #AA2DCF: hue angle of 286.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2DCF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 45 207 -
CMYK 0.18 0.78 0 0.19
HSL 286.3º 0.64% 0.49% -
HSV(B) 286.3º 0.78% 0.81% -
XYZ 28.78 14.93 60.4 -
YUV 100.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 170 45 207 0.18 0.78 0 0.19 286.3 0.64 0.49
Hex AA 2D CF 12 4E 0 13 11E 40 31
Octal 252 55 317 22 116 0 23 436 100 61
Binary 10101010 101101 11001111 10010 1001110 0 10011 100011110 1000000 110001

Color Harmonies of #AA2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DCF

Black with #AA2DCF

Text Example


Text Example

White with #AA2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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