Html Css Color HEX #AB1FAA Dark Orchid

📋 copy color: '#AB1FAA'

red 171 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #AB1FAA

Tints of Dark Orchid #AB1FAA

RGB

 RED value IS 171 (67.19% from 255) = 45.97%

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

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 45.97%
G = 8.33%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB1FAA (or 0xAB1FAA) is known color: Dark Orchid. HEX triplet: AB, 1F and AA. RGB value is (171,31,170). Sum of RGB (Red+Green+Blue) = 171+31+170=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FAA is #54E055. Grayscale: #585858. Windows color (decimal): -5562454 or 11149227. OLE color: 11149227.

HSL color Cylindrical-coordinate representation of color #AB1FAA: hue angle of 300.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1FAA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 170 -
CMYK 0 0.82 0.01 0.33
HSL 300.43º 0.69% 0.4% -
HSV(B) 300.43º 0.82% 0.67% -
XYZ 24.54 12.54 39.16 -
YUV 88.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 171 31 170 0 0.82 0.01 0.33 300.43 0.69 0.4
Hex AB 1F AA 0 52 1 21 12C 45 28
Octal 253 37 252 0 122 1 41 454 105 50
Binary 10101011 11111 10101010 0 1010010 1 100001 100101100 1000101 101000

Color Harmonies of #AB1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FAA

Black with #AB1FAA

Text Example


Text Example

White with #AB1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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