Html Css Color HEX #AB45A6 Violet Blue

📋 copy color: '#AB45A6'

red 171 ◦ green 69 ◦ blue 166

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

Shades of Violet Blue #AB45A6

Tints of Violet Blue #AB45A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.89%

R = 42.12%
G = 17%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB45A6 (or 0xAB45A6) is known color: Violet Blue. HEX triplet: AB, 45 and A6. RGB value is (171,69,166). Sum of RGB (Red+Green+Blue) = 171+69+166=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45A6 is #54BA59. Grayscale: #6E6E6E. Windows color (decimal): -5552730 or 10896811. OLE color: 10896811.

HSL color Cylindrical-coordinate representation of color #AB45A6: hue angle of 302.94º 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 #AB45A6 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 166 -
CMYK 0 0.60 0.03 0.33
HSL 302.94º 0.43% 0.47% -
HSV(B) 302.94º 0.6% 0.67% -
XYZ 25.81 15.67 37.74 -
YUV 110.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 171 69 166 0 0.60 0.03 0.33 302.94 0.43 0.47
Hex AB 45 A6 0 3C 3 21 12F 2A 2F
Octal 253 105 246 0 74 3 41 457 52 57
Binary 10101011 1000101 10100110 0 111100 11 100001 100101111 101010 101111

Color Harmonies of #AB45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45A6

Black with #AB45A6

Text Example


Text Example

White with #AB45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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