Html Css Color HEX #AB68AD Violet Blue

📋 copy color: '#AB68AD'

red 171 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #AB68AD

Tints of Violet Blue #AB68AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 38.17%
G = 23.21%
B = 38.62%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB68AD (or 0xAB68AD) is known color: Violet Blue. HEX triplet: AB, 68 and AD. RGB value is (171,104,173). Sum of RGB (Red+Green+Blue) = 171+104+173=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AD is #549752. Grayscale: #838383. Windows color (decimal): -5543763 or 11364523. OLE color: 11364523.

HSL color Cylindrical-coordinate representation of color #AB68AD: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB68AD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 104 173 -
CMYK 0.01 0.40 0 0.32
HSL 298.26º 0.3% 0.54% -
HSV(B) 298.26º 0.4% 0.68% -
XYZ 29.29 21.58 42.16 -
YUV 131.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 171 104 173 0.01 0.40 0 0.32 298.26 0.3 0.54
Hex AB 68 AD 1 28 0 20 12A 1E 36
Octal 253 150 255 1 50 0 40 452 36 66
Binary 10101011 1101000 10101101 1 101000 0 100000 100101010 11110 110110

Color Harmonies of #AB68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68AD

Black with #AB68AD

Text Example


Text Example

White with #AB68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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