Html Css Color HEX #AB05CB Dark Violet

📋 copy color: '#AB05CB'

red 171 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #AB05CB

Tints of Dark Violet #AB05CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 45.12%
G = 1.32%
B = 53.56%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB05CB (or 0xAB05CB) is known color: Dark Violet. HEX triplet: AB, 05 and CB. RGB value is (171,5,203). Sum of RGB (Red+Green+Blue) = 171+5+203=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05CB is #54FA34. Grayscale: #4C4C4C. Windows color (decimal): -5569077 or 13305259. OLE color: 13305259.

HSL color Cylindrical-coordinate representation of color #AB05CB: hue angle of 290.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05CB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 5 203 -
CMYK 0.16 0.98 0 0.20
HSL 290.3º 0.95% 0.41% -
HSV(B) 290.3º 0.98% 0.8% -
XYZ 27.63 13.08 57.57 -
YUV 77.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 171 5 203 0.16 0.98 0 0.20 290.3 0.95 0.41
Hex AB 5 CB 10 62 0 14 122 5F 29
Octal 253 5 313 20 142 0 24 442 137 51
Binary 10101011 101 11001011 10000 1100010 0 10100 100100010 1011111 101001

Color Harmonies of #AB05CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05CB

Black with #AB05CB

Text Example


Text Example

White with #AB05CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05CB; }

 p { color: rgb(171,5,203); }

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

background-color css

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

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

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

border-color css

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

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

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