Html Css Color HEX #AB33A8 Violet Blue

📋 copy color: '#AB33A8'

red 171 ◦ green 51 ◦ blue 168

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

Shades of Violet Blue #AB33A8

Tints of Violet Blue #AB33A8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.08%

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 43.85%
G = 13.08%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB33A8 (or 0xAB33A8) is known color: Violet Blue. HEX triplet: AB, 33 and A8. RGB value is (171,51,168). Sum of RGB (Red+Green+Blue) = 171+51+168=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB33A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33A8 is #54CC57. Grayscale: #636363. Windows color (decimal): -5557336 or 11023275. OLE color: 11023275.

HSL color Cylindrical-coordinate representation of color #AB33A8: hue angle of 301.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB33A8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 168 -
CMYK 0 0.70 0.02 0.33
HSL 301.5º 0.54% 0.44% -
HSV(B) 301.5º 0.7% 0.67% -
XYZ 25.05 13.85 38.4 -
YUV 100.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 171 51 168 0 0.70 0.02 0.33 301.5 0.54 0.44
Hex AB 33 A8 0 46 2 21 12E 36 2C
Octal 253 63 250 0 106 2 41 456 66 54
Binary 10101011 110011 10101000 0 1000110 10 100001 100101110 110110 101100

Color Harmonies of #AB33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33A8

Black with #AB33A8

Text Example


Text Example

White with #AB33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33A8; }

 p { color: rgb(171,51,168); }

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

background-color css

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

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

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

border-color css

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

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

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