Html Css Color HEX #AB65A8 Violet Blue

📋 copy color: '#AB65A8'

red 171 ◦ green 101 ◦ blue 168

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

Shades of Violet Blue #AB65A8

Tints of Violet Blue #AB65A8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

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

R = 38.86%
G = 22.95%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB65A8 (or 0xAB65A8) is known color: Violet Blue. HEX triplet: AB, 65 and A8. RGB value is (171,101,168). Sum of RGB (Red+Green+Blue) = 171+101+168=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A8 is #549A57. Grayscale: #818181. Windows color (decimal): -5544536 or 11036075. OLE color: 11036075.

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

Color convert

RGB 171 101 168 -
CMYK 0 0.41 0.02 0.33
HSL 302.57º 0.29% 0.53% -
HSV(B) 302.57º 0.41% 0.67% -
XYZ 28.52 20.79 39.56 -
YUV 129.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 171 101 168 0 0.41 0.02 0.33 302.57 0.29 0.53
Hex AB 65 A8 0 29 2 21 12F 1D 35
Octal 253 145 250 0 51 2 41 457 35 65
Binary 10101011 1100101 10101000 0 101001 10 100001 100101111 11101 110101

Color Harmonies of #AB65A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65A8

Black with #AB65A8

Text Example


Text Example

White with #AB65A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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