Html Css Color HEX #AA1FB1 Dark Orchid

📋 copy color: '#AA1FB1'

red 170 ◦ green 31 ◦ blue 177

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

Shades of Dark Orchid #AA1FB1

Tints of Dark Orchid #AA1FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.83%

R = 44.97%
G = 8.2%
B = 46.83%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA1FB1 (or 0xAA1FB1) is known color: Dark Orchid. HEX triplet: AA, 1F and B1. RGB value is (170,31,177). Sum of RGB (Red+Green+Blue) = 170+31+177=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA1FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FB1 is #55E04E. Grayscale: #585858. Windows color (decimal): -5627983 or 11607978. OLE color: 11607978.

HSL color Cylindrical-coordinate representation of color #AA1FB1: hue angle of 297.12º 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 #AA1FB1 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 31 177 -
CMYK 0.04 0.82 0 0.31
HSL 297.12º 0.7% 0.41% -
HSV(B) 297.12º 0.82% 0.69% -
XYZ 25 12.7 42.73 -
YUV 89.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 170 31 177 0.04 0.82 0 0.31 297.12 0.7 0.41
Hex AA 1F B1 4 52 0 1F 129 46 29
Octal 252 37 261 4 122 0 37 451 106 51
Binary 10101010 11111 10110001 100 1010010 0 11111 100101001 1000110 101001

Color Harmonies of #AA1FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FB1

Black with #AA1FB1

Text Example


Text Example

White with #AA1FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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