Html Css Color HEX #AB68A8 Violet Blue

📋 copy color: '#AB68A8'

red 171 ◦ green 104 ◦ blue 168

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

Shades of Violet Blue #AB68A8

Tints of Violet Blue #AB68A8

RGB

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

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

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

R = 38.6%
G = 23.48%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB68A8 (or 0xAB68A8) is known color: Violet Blue. HEX triplet: AB, 68 and A8. RGB value is (171,104,168). Sum of RGB (Red+Green+Blue) = 171+104+168=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A8 is #549757. Grayscale: #838383. Windows color (decimal): -5543768 or 11036843. OLE color: 11036843.

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

Color convert

RGB 171 104 168 -
CMYK 0 0.39 0.02 0.33
HSL 302.69º 0.29% 0.54% -
HSV(B) 302.69º 0.39% 0.67% -
XYZ 28.81 21.39 39.66 -
YUV 131.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 171 104 168 0 0.39 0.02 0.33 302.69 0.29 0.54
Hex AB 68 A8 0 27 2 21 12F 1D 36
Octal 253 150 250 0 47 2 41 457 35 66
Binary 10101011 1101000 10101000 0 100111 10 100001 100101111 11101 110110

Color Harmonies of #AB68A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68A8

Black with #AB68A8

Text Example


Text Example

White with #AB68A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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