Html Css Color HEX #AA1FB0 Dark Orchid

📋 copy color: '#AA1FB0'

red 170 ◦ green 31 ◦ blue 176

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

Shades of Dark Orchid #AA1FB0

Tints of Dark Orchid #AA1FB0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 176 (69.14% from 255) = 46.68%

R = 45.09%
G = 8.22%
B = 46.68%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA1FB0 (or 0xAA1FB0) is known color: Dark Orchid. HEX triplet: AA, 1F and B0. RGB value is (170,31,176). Sum of RGB (Red+Green+Blue) = 170+31+176=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA1FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FB0 is #55E04F. Grayscale: #585858. Windows color (decimal): -5627984 or 11542442. OLE color: 11542442.

HSL color Cylindrical-coordinate representation of color #AA1FB0: hue angle of 297.52º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1FB0 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 31 176 -
CMYK 0.03 0.82 0 0.31
HSL 297.52º 0.7% 0.41% -
HSV(B) 297.52º 0.82% 0.69% -
XYZ 24.9 12.66 42.21 -
YUV 89.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 170 31 176 0.03 0.82 0 0.31 297.52 0.7 0.41
Hex AA 1F B0 3 52 0 1F 12A 46 29
Octal 252 37 260 3 122 0 37 452 106 51
Binary 10101010 11111 10110000 11 1010010 0 11111 100101010 1000110 101001

Color Harmonies of #AA1FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FB0

Black with #AA1FB0

Text Example


Text Example

White with #AA1FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FB0; }

 p { color: rgb(170,31,176); }

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

background-color css

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

 a { background-color: rgb(170,31,176); }

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

border-color css

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

 span { border-color: rgb(170,31,176); }

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