Html Css Color HEX #AB40AB Violet Blue

📋 copy color: '#AB40AB'

red 171 ◦ green 64 ◦ blue 171

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

Shades of Violet Blue #AB40AB

Tints of Violet Blue #AB40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 42.12%
G = 15.76%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB40AB (or 0xAB40AB) is known color: Violet Blue. HEX triplet: AB, 40 and AB. RGB value is (171,64,171). Sum of RGB (Red+Green+Blue) = 171+64+171=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AB is #54BF54. Grayscale: #6B6B6B. Windows color (decimal): -5554005 or 11223211. OLE color: 11223211.

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

Color convert

RGB 171 64 171 -
CMYK 0 0.63 0 0.33
HSL 300º 0.46% 0.46% -
HSV(B) 300º 0.63% 0.67% -
XYZ 25.98 15.26 40.11 -
YUV 108.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 171 64 171 0 0.63 0 0.33 300 0.46 0.46
Hex AB 40 AB 0 3F 0 21 12C 2E 2E
Octal 253 100 253 0 77 0 41 454 56 56
Binary 10101011 1000000 10101011 0 111111 0 100001 100101100 101110 101110

Color Harmonies of #AB40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40AB

Black with #AB40AB

Text Example


Text Example

White with #AB40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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