Html Css Color HEX #AA2FCD Dark Orchid

📋 copy color: '#AA2FCD'

red 170 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #AA2FCD

Tints of Dark Orchid #AA2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 40.28%
G = 11.14%
B = 48.58%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA2FCD (or 0xAA2FCD) is known color: Dark Orchid. HEX triplet: AA, 2F and CD. RGB value is (170,47,205). Sum of RGB (Red+Green+Blue) = 170+47+205=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCD is #55D032. Grayscale: #656565. Windows color (decimal): -5623859 or 13447082. OLE color: 13447082.

HSL color Cylindrical-coordinate representation of color #AA2FCD: hue angle of 286.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2FCD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 47 205 -
CMYK 0.17 0.77 0 0.20
HSL 286.71º 0.63% 0.49% -
HSV(B) 286.71º 0.77% 0.8% -
XYZ 28.61 14.99 59.14 -
YUV 101.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 170 47 205 0.17 0.77 0 0.20 286.71 0.63 0.49
Hex AA 2F CD 11 4D 0 14 11F 3F 31
Octal 252 57 315 21 115 0 24 437 77 61
Binary 10101010 101111 11001101 10001 1001101 0 10100 100011111 111111 110001

Color Harmonies of #AA2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FCD

Black with #AA2FCD

Text Example


Text Example

White with #AA2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FCD; }

 p { color: rgb(170,47,205); }

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

background-color css

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

 a { background-color: rgb(170,47,205); }

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

border-color css

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

 span { border-color: rgb(170,47,205); }

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