Html Css Color HEX #AA2FB3 Dark Orchid

📋 copy color: '#AA2FB3'

red 170 ◦ green 47 ◦ blue 179

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

Shades of Dark Orchid #AA2FB3

Tints of Dark Orchid #AA2FB3

RGB

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

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

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

R = 42.93%
G = 11.87%
B = 45.2%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA2FB3 (or 0xAA2FB3) is known color: Dark Orchid. HEX triplet: AA, 2F and B3. RGB value is (170,47,179). Sum of RGB (Red+Green+Blue) = 170+47+179=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA2FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FB3 is #55D04C. Grayscale: #626262. Windows color (decimal): -5623885 or 11743146. OLE color: 11743146.

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

Color convert

RGB 170 47 179 -
CMYK 0.05 0.74 0 0.30
HSL 295.91º 0.58% 0.44% -
HSV(B) 295.91º 0.74% 0.7% -
XYZ 25.73 13.83 43.96 -
YUV 98.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 170 47 179 0.05 0.74 0 0.30 295.91 0.58 0.44
Hex AA 2F B3 5 4A 0 1E 128 3A 2C
Octal 252 57 263 5 112 0 36 450 72 54
Binary 10101010 101111 10110011 101 1001010 0 11110 100101000 111010 101100

Color Harmonies of #AA2FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FB3

Black with #AA2FB3

Text Example


Text Example

White with #AA2FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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