Html Css Color HEX #AB1FAC Dark Orchid

📋 copy color: '#AB1FAC'

red 171 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #AB1FAC

Tints of Dark Orchid #AB1FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 45.72%
G = 8.29%
B = 45.99%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB1FAC (or 0xAB1FAC) is known color: Dark Orchid. HEX triplet: AB, 1F and AC. RGB value is (171,31,172). Sum of RGB (Red+Green+Blue) = 171+31+172=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FAC is #54E053. Grayscale: #585858. Windows color (decimal): -5562452 or 11280299. OLE color: 11280299.

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

Color convert

RGB 171 31 172 -
CMYK 0.01 0.82 0 0.33
HSL 299.57º 0.69% 0.4% -
HSV(B) 299.57º 0.82% 0.67% -
XYZ 24.73 12.62 40.16 -
YUV 88.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 171 31 172 0.01 0.82 0 0.33 299.57 0.69 0.4
Hex AB 1F AC 1 52 0 21 12C 45 28
Octal 253 37 254 1 122 0 41 454 105 50
Binary 10101011 11111 10101100 1 1010010 0 100001 100101100 1000101 101000

Color Harmonies of #AB1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FAC

Black with #AB1FAC

Text Example


Text Example

White with #AB1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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