Html Css Color HEX #AA2FCF Dark Orchid

📋 copy color: '#AA2FCF'

red 170 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #AA2FCF

Tints of Dark Orchid #AA2FCF

RGB

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

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

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

R = 40.09%
G = 11.08%
B = 48.82%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA2FCF (or 0xAA2FCF) is known color: Dark Orchid. HEX triplet: AA, 2F and CF. RGB value is (170,47,207). Sum of RGB (Red+Green+Blue) = 170+47+207=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA2FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCF is #55D030. Grayscale: #656565. Windows color (decimal): -5623857 or 13578154. OLE color: 13578154.

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

Color convert

RGB 170 47 207 -
CMYK 0.18 0.77 0 0.19
HSL 286.13º 0.63% 0.5% -
HSV(B) 286.13º 0.77% 0.81% -
XYZ 28.86 15.08 60.42 -
YUV 102.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 170 47 207 0.18 0.77 0 0.19 286.13 0.63 0.5
Hex AA 2F CF 12 4D 0 13 11E 3F 32
Octal 252 57 317 22 115 0 23 436 77 62
Binary 10101010 101111 11001111 10010 1001101 0 10011 100011110 111111 110010

Color Harmonies of #AA2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FCF

Black with #AA2FCF

Text Example


Text Example

White with #AA2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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