Html Css Color HEX #AB6FA8 Violet Blue

📋 copy color: '#AB6FA8'

red 171 ◦ green 111 ◦ blue 168

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

Shades of Violet Blue #AB6FA8

Tints of Violet Blue #AB6FA8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 38%
G = 24.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB6FA8 (or 0xAB6FA8) is known color: Violet Blue. HEX triplet: AB, 6F and A8. RGB value is (171,111,168). Sum of RGB (Red+Green+Blue) = 171+111+168=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA8 is #549057. Grayscale: #878787. Windows color (decimal): -5541976 or 11038635. OLE color: 11038635.

HSL color Cylindrical-coordinate representation of color #AB6FA8: hue angle of 303º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FA8 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 111 168 -
CMYK 0 0.35 0.02 0.33
HSL 303º 0.26% 0.55% -
HSV(B) 303º 0.35% 0.67% -
XYZ 29.55 22.85 39.9 -
YUV 135.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 171 111 168 0 0.35 0.02 0.33 303 0.26 0.55
Hex AB 6F A8 0 23 2 21 12F 1A 37
Octal 253 157 250 0 43 2 41 457 32 67
Binary 10101011 1101111 10101000 0 100011 10 100001 100101111 11010 110111

Color Harmonies of #AB6FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FA8

Black with #AB6FA8

Text Example


Text Example

White with #AB6FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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