Html Css Color HEX #AA2CB3 Dark Orchid

📋 copy color: '#AA2CB3'

red 170 ◦ green 44 ◦ blue 179

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

Shades of Dark Orchid #AA2CB3

Tints of Dark Orchid #AA2CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 43.26%
G = 11.2%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA2CB3 (or 0xAA2CB3) is known color: Dark Orchid. HEX triplet: AA, 2C and B3. RGB value is (170,44,179). Sum of RGB (Red+Green+Blue) = 170+44+179=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA2CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CB3 is #55D34C. Grayscale: #606060. Windows color (decimal): -5624653 or 11742378. OLE color: 11742378.

HSL color Cylindrical-coordinate representation of color #AA2CB3: hue angle of 296º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2CB3 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 44 179 -
CMYK 0.05 0.75 0 0.30
HSL 296º 0.61% 0.44% -
HSV(B) 296º 0.75% 0.7% -
XYZ 25.61 13.6 43.92 -
YUV 97.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 170 44 179 0.05 0.75 0 0.30 296 0.61 0.44
Hex AA 2C B3 5 4B 0 1E 128 3D 2C
Octal 252 54 263 5 113 0 36 450 75 54
Binary 10101010 101100 10110011 101 1001011 0 11110 100101000 111101 101100

Color Harmonies of #AA2CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CB3

Black with #AA2CB3

Text Example


Text Example

White with #AA2CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CB3; }

 p { color: rgb(170,44,179); }

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

background-color css

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

 a { background-color: rgb(170,44,179); }

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

border-color css

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

 span { border-color: rgb(170,44,179); }

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