Html Css Color HEX #AB65A4 Violet Blue

📋 copy color: '#AB65A4'

red 171 ◦ green 101 ◦ blue 164

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

Shades of Violet Blue #AB65A4

Tints of Violet Blue #AB65A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 39.22%
G = 23.17%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB65A4 (or 0xAB65A4) is known color: Violet Blue. HEX triplet: AB, 65 and A4. RGB value is (171,101,164). Sum of RGB (Red+Green+Blue) = 171+101+164=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A4 is #549A5B. Grayscale: #808080. Windows color (decimal): -5544540 or 10773931. OLE color: 10773931.

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

Color convert

RGB 171 101 164 -
CMYK 0 0.41 0.04 0.33
HSL 306º 0.29% 0.53% -
HSV(B) 306º 0.41% 0.67% -
XYZ 28.15 20.65 37.62 -
YUV 129.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 171 101 164 0 0.41 0.04 0.33 306 0.29 0.53
Hex AB 65 A4 0 29 4 21 132 1D 35
Octal 253 145 244 0 51 4 41 462 35 65
Binary 10101011 1100101 10100100 0 101001 100 100001 100110010 11101 110101

Color Harmonies of #AB65A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65A4

Black with #AB65A4

Text Example


Text Example

White with #AB65A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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