Html Css Color HEX #AB68A3 Violet Blue

📋 copy color: '#AB68A3'

red 171 ◦ green 104 ◦ blue 163

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

Shades of Violet Blue #AB68A3

Tints of Violet Blue #AB68A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.21%

R = 39.04%
G = 23.74%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB68A3 (or 0xAB68A3) is known color: Violet Blue. HEX triplet: AB, 68 and A3. RGB value is (171,104,163). Sum of RGB (Red+Green+Blue) = 171+104+163=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A3 is #54975C. Grayscale: #828282. Windows color (decimal): -5543773 or 10709163. OLE color: 10709163.

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

Color convert

RGB 171 104 163 -
CMYK 0 0.39 0.05 0.33
HSL 307.16º 0.29% 0.54% -
HSV(B) 307.16º 0.39% 0.67% -
XYZ 28.36 21.2 37.25 -
YUV 130.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 171 104 163 0 0.39 0.05 0.33 307.16 0.29 0.54
Hex AB 68 A3 0 27 5 21 133 1D 36
Octal 253 150 243 0 47 5 41 463 35 66
Binary 10101011 1101000 10100011 0 100111 101 100001 100110011 11101 110110

Color Harmonies of #AB68A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68A3

Black with #AB68A3

Text Example


Text Example

White with #AB68A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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