Html Css Color HEX #AB64B5 Violet Blue

📋 copy color: '#AB64B5'

red 171 ◦ green 100 ◦ blue 181

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

Shades of Violet Blue #AB64B5

Tints of Violet Blue #AB64B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 37.83%
G = 22.12%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB64B5 (or 0xAB64B5) is known color: Violet Blue. HEX triplet: AB, 64 and B5. RGB value is (171,100,181). Sum of RGB (Red+Green+Blue) = 171+100+181=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB64B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64B5 is #549B4A. Grayscale: #828282. Windows color (decimal): -5544779 or 11887787. OLE color: 11887787.

HSL color Cylindrical-coordinate representation of color #AB64B5: hue angle of 292.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB64B5 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 100 181 -
CMYK 0.06 0.45 0 0.29
HSL 292.59º 0.35% 0.55% -
HSV(B) 292.59º 0.45% 0.71% -
XYZ 29.69 21.11 46.23 -
YUV 130.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 171 100 181 0.06 0.45 0 0.29 292.59 0.35 0.55
Hex AB 64 B5 6 2D 0 1D 125 23 37
Octal 253 144 265 6 55 0 35 445 43 67
Binary 10101011 1100100 10110101 110 101101 0 11101 100100101 100011 110111

Color Harmonies of #AB64B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64B5

Black with #AB64B5

Text Example


Text Example

White with #AB64B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64B5; }

 p { color: rgb(171,100,181); }

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

background-color css

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

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

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

border-color css

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

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

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