Html Css Color HEX #AB68A9 Violet Blue

📋 copy color: '#AB68A9'

red 171 ◦ green 104 ◦ blue 169

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

Shades of Violet Blue #AB68A9

Tints of Violet Blue #AB68A9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 38.51%
G = 23.42%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB68A9 (or 0xAB68A9) is known color: Violet Blue. HEX triplet: AB, 68 and A9. RGB value is (171,104,169). Sum of RGB (Red+Green+Blue) = 171+104+169=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A9 is #549756. Grayscale: #838383. Windows color (decimal): -5543767 or 11102379. OLE color: 11102379.

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

Color convert

RGB 171 104 169 -
CMYK 0 0.39 0.01 0.33
HSL 301.79º 0.29% 0.54% -
HSV(B) 301.79º 0.39% 0.67% -
XYZ 28.91 21.42 40.15 -
YUV 131.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 171 104 169 0 0.39 0.01 0.33 301.79 0.29 0.54
Hex AB 68 A9 0 27 1 21 12E 1D 36
Octal 253 150 251 0 47 1 41 456 35 66
Binary 10101011 1101000 10101001 0 100111 1 100001 100101110 11101 110110

Color Harmonies of #AB68A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68A9

Black with #AB68A9

Text Example


Text Example

White with #AB68A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68A9; }

 p { color: rgb(171,104,169); }

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

background-color css

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

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

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

border-color css

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

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

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