Html Css Color HEX #AB6CAB Violet Blue

📋 copy color: '#AB6CAB'

red 171 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #AB6CAB

Tints of Violet Blue #AB6CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 38%
G = 24%
B = 38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB6CAB (or 0xAB6CAB) is known color: Violet Blue. HEX triplet: AB, 6C and AB. RGB value is (171,108,171). Sum of RGB (Red+Green+Blue) = 171+108+171=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAB is #549354. Grayscale: #858585. Windows color (decimal): -5542741 or 11234475. OLE color: 11234475.

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

Color convert

RGB 171 108 171 -
CMYK 0 0.37 0 0.33
HSL 300º 0.27% 0.55% -
HSV(B) 300º 0.37% 0.67% -
XYZ 29.51 22.32 41.28 -
YUV 134.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 171 108 171 0 0.37 0 0.33 300 0.27 0.55
Hex AB 6C AB 0 25 0 21 12C 1B 37
Octal 253 154 253 0 45 0 41 454 33 67
Binary 10101011 1101100 10101011 0 100101 0 100001 100101100 11011 110111

Color Harmonies of #AB6CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CAB

Black with #AB6CAB

Text Example


Text Example

White with #AB6CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CAB; }

 p { color: rgb(171,108,171); }

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

background-color css

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

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

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

border-color css

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

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

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