Html Css Color HEX #AA2DB3 Dark Orchid

📋 copy color: '#AA2DB3'

red 170 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #AA2DB3

Tints of Dark Orchid #AA2DB3

RGB

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

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

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

R = 43.15%
G = 11.42%
B = 45.43%

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

#AA2DB3 (or 0xAA2DB3) is known color: Dark Orchid. HEX triplet: AA, 2D and B3. RGB value is (170,45,179). Sum of RGB (Red+Green+Blue) = 170+45+179=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA2DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DB3 is #55D24C. Grayscale: #616161. Windows color (decimal): -5624397 or 11742634. OLE color: 11742634.

HSL color Cylindrical-coordinate representation of color #AA2DB3: hue angle of 295.97º degrees, saturation: 0.6, 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 #AA2DB3 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 45 179 -
CMYK 0.05 0.75 0 0.30
HSL 295.97º 0.6% 0.44% -
HSV(B) 295.97º 0.75% 0.7% -
XYZ 25.65 13.68 43.94 -
YUV 97.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 170 45 179 0.05 0.75 0 0.30 295.97 0.6 0.44
Hex AA 2D B3 5 4B 0 1E 128 3C 2C
Octal 252 55 263 5 113 0 36 450 74 54
Binary 10101010 101101 10110011 101 1001011 0 11110 100101000 111100 101100

Color Harmonies of #AA2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DB3

Black with #AA2DB3

Text Example


Text Example

White with #AA2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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