Html Css Color HEX #AB68A6 Violet Blue

📋 copy color: '#AB68A6'

red 171 ◦ green 104 ◦ blue 166

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

Shades of Violet Blue #AB68A6

Tints of Violet Blue #AB68A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 38.78%
G = 23.58%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB68A6 (or 0xAB68A6) is known color: Violet Blue. HEX triplet: AB, 68 and A6. RGB value is (171,104,166). Sum of RGB (Red+Green+Blue) = 171+104+166=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A6 is #549759. Grayscale: #828282. Windows color (decimal): -5543770 or 10905771. OLE color: 10905771.

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

Color convert

RGB 171 104 166 -
CMYK 0 0.39 0.03 0.33
HSL 304.48º 0.29% 0.54% -
HSV(B) 304.48º 0.39% 0.67% -
XYZ 28.63 21.31 38.68 -
YUV 131.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 171 104 166 0 0.39 0.03 0.33 304.48 0.29 0.54
Hex AB 68 A6 0 27 3 21 130 1D 36
Octal 253 150 246 0 47 3 41 460 35 66
Binary 10101011 1101000 10100110 0 100111 11 100001 100110000 11101 110110

Color Harmonies of #AB68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68A6

Black with #AB68A6

Text Example


Text Example

White with #AB68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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