Html Css Color HEX #AA1FBF Dark Orchid

📋 copy color: '#AA1FBF'

red 170 ◦ green 31 ◦ blue 191

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

Shades of Dark Orchid #AA1FBF

Tints of Dark Orchid #AA1FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 43.37%
G = 7.91%
B = 48.72%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA1FBF (or 0xAA1FBF) is known color: Dark Orchid. HEX triplet: AA, 1F and BF. RGB value is (170,31,191). Sum of RGB (Red+Green+Blue) = 170+31+191=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA1FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FBF is #55E040. Grayscale: #5A5A5A. Windows color (decimal): -5627969 or 12525482. OLE color: 12525482.

HSL color Cylindrical-coordinate representation of color #AA1FBF: hue angle of 292.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1FBF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 31 191 -
CMYK 0.11 0.84 0 0.25
HSL 292.13º 0.72% 0.44% -
HSV(B) 292.13º 0.84% 0.75% -
XYZ 26.47 13.29 50.46 -
YUV 90.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 170 31 191 0.11 0.84 0 0.25 292.13 0.72 0.44
Hex AA 1F BF B 54 0 19 124 48 2C
Octal 252 37 277 13 124 0 31 444 110 54
Binary 10101010 11111 10111111 1011 1010100 0 11001 100100100 1001000 101100

Color Harmonies of #AA1FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FBF

Black with #AA1FBF

Text Example


Text Example

White with #AA1FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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