Html Css Color HEX #AB45A8 Violet Blue

📋 copy color: '#AB45A8'

red 171 ◦ green 69 ◦ blue 168

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

Shades of Violet Blue #AB45A8

Tints of Violet Blue #AB45A8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

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

R = 41.91%
G = 16.91%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB45A8 (or 0xAB45A8) is known color: Violet Blue. HEX triplet: AB, 45 and A8. RGB value is (171,69,168). Sum of RGB (Red+Green+Blue) = 171+69+168=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45A8 is #54BA57. Grayscale: #6E6E6E. Windows color (decimal): -5552728 or 11027883. OLE color: 11027883.

HSL color Cylindrical-coordinate representation of color #AB45A8: hue angle of 301.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB45A8 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 168 -
CMYK 0 0.60 0.02 0.33
HSL 301.76º 0.43% 0.47% -
HSV(B) 301.76º 0.6% 0.67% -
XYZ 25.99 15.74 38.71 -
YUV 110.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 171 69 168 0 0.60 0.02 0.33 301.76 0.43 0.47
Hex AB 45 A8 0 3C 2 21 12E 2A 2F
Octal 253 105 250 0 74 2 41 456 52 57
Binary 10101011 1000101 10101000 0 111100 10 100001 100101110 101010 101111

Color Harmonies of #AB45A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45A8

Black with #AB45A8

Text Example


Text Example

White with #AB45A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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