Html Css Color HEX #AB68A0 Violet Blue

📋 copy color: '#AB68A0'

red 171 ◦ green 104 ◦ blue 160

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

Shades of Violet Blue #AB68A0

Tints of Violet Blue #AB68A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 39.31%
G = 23.91%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB68A0 (or 0xAB68A0) is known color: Violet Blue. HEX triplet: AB, 68 and A0. RGB value is (171,104,160). Sum of RGB (Red+Green+Blue) = 171+104+160=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A0 is #54975F. Grayscale: #828282. Windows color (decimal): -5543776 or 10512555. OLE color: 10512555.

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

Color convert

RGB 171 104 160 -
CMYK 0 0.39 0.06 0.33
HSL 309.85º 0.29% 0.54% -
HSV(B) 309.85º 0.39% 0.67% -
XYZ 28.09 21.1 35.85 -
YUV 130.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 171 104 160 0 0.39 0.06 0.33 309.85 0.29 0.54
Hex AB 68 A0 0 27 6 21 136 1D 36
Octal 253 150 240 0 47 6 41 466 35 66
Binary 10101011 1101000 10100000 0 100111 110 100001 100110110 11101 110110

Color Harmonies of #AB68A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68A0

Black with #AB68A0

Text Example


Text Example

White with #AB68A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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