Html Css Color HEX #AB1CAB Dark Orchid

📋 copy color: '#AB1CAB'

red 171 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #AB1CAB

Tints of Dark Orchid #AB1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 46.22%
G = 7.57%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB1CAB (or 0xAB1CAB) is known color: Dark Orchid. HEX triplet: AB, 1C and AB. RGB value is (171,28,171). Sum of RGB (Red+Green+Blue) = 171+28+171=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1CAB is #54E354. Grayscale: #565656. Windows color (decimal): -5563221 or 11213995. OLE color: 11213995.

HSL color Cylindrical-coordinate representation of color #AB1CAB: hue angle of 300º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1CAB is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 28 171 -
CMYK 0 0.84 0 0.33
HSL 300º 0.72% 0.39% -
HSV(B) 300º 0.84% 0.67% -
XYZ 24.56 12.43 39.63 -
YUV 87.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 171 28 171 0 0.84 0 0.33 300 0.72 0.39
Hex AB 1C AB 0 54 0 21 12C 48 27
Octal 253 34 253 0 124 0 41 454 110 47
Binary 10101011 11100 10101011 0 1010100 0 100001 100101100 1001000 100111

Color Harmonies of #AB1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CAB

Black with #AB1CAB

Text Example


Text Example

White with #AB1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CAB; }

 p { color: rgb(171,28,171); }

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

background-color css

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

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

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

border-color css

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

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

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