Html Css Color HEX #AB1FB6 Dark Orchid

📋 copy color: '#AB1FB6'

red 171 ◦ green 31 ◦ blue 182

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

Shades of Dark Orchid #AB1FB6

Tints of Dark Orchid #AB1FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 44.53%
G = 8.07%
B = 47.4%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB1FB6 (or 0xAB1FB6) is known color: Dark Orchid. HEX triplet: AB, 1F and B6. RGB value is (171,31,182). Sum of RGB (Red+Green+Blue) = 171+31+182=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB1FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FB6 is #54E049. Grayscale: #595959. Windows color (decimal): -5562442 or 11935659. OLE color: 11935659.

HSL color Cylindrical-coordinate representation of color #AB1FB6: hue angle of 295.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1FB6 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 31 182 -
CMYK 0.06 0.83 0 0.29
HSL 295.63º 0.71% 0.42% -
HSV(B) 295.63º 0.83% 0.71% -
XYZ 25.73 13.02 45.41 -
YUV 90.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 171 31 182 0.06 0.83 0 0.29 295.63 0.71 0.42
Hex AB 1F B6 6 53 0 1D 128 47 2A
Octal 253 37 266 6 123 0 35 450 107 52
Binary 10101011 11111 10110110 110 1010011 0 11101 100101000 1000111 101010

Color Harmonies of #AB1FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FB6

Black with #AB1FB6

Text Example


Text Example

White with #AB1FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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