Html Css Color HEX #AA2FCB Dark Orchid

📋 copy color: '#AA2FCB'

red 170 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #AA2FCB

Tints of Dark Orchid #AA2FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 40.48%
G = 11.19%
B = 48.33%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA2FCB (or 0xAA2FCB) is known color: Dark Orchid. HEX triplet: AA, 2F and CB. RGB value is (170,47,203). Sum of RGB (Red+Green+Blue) = 170+47+203=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCB is #55D034. Grayscale: #656565. Windows color (decimal): -5623861 or 13316010. OLE color: 13316010.

HSL color Cylindrical-coordinate representation of color #AA2FCB: hue angle of 287.31º degrees, saturation: 0.62, 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 #AA2FCB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 47 203 -
CMYK 0.16 0.77 0 0.20
HSL 287.31º 0.62% 0.49% -
HSV(B) 287.31º 0.77% 0.8% -
XYZ 28.37 14.89 57.88 -
YUV 101.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 170 47 203 0.16 0.77 0 0.20 287.31 0.62 0.49
Hex AA 2F CB 10 4D 0 14 11F 3E 31
Octal 252 57 313 20 115 0 24 437 76 61
Binary 10101010 101111 11001011 10000 1001101 0 10100 100011111 111110 110001

Color Harmonies of #AA2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FCB

Black with #AA2FCB

Text Example


Text Example

White with #AA2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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