Html Css Color HEX #AB3CAB Violet Blue

📋 copy color: '#AB3CAB'

red 171 ◦ green 60 ◦ blue 171

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

Shades of Violet Blue #AB3CAB

Tints of Violet Blue #AB3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

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

R = 42.54%
G = 14.93%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB3CAB (or 0xAB3CAB) is known color: Violet Blue. HEX triplet: AB, 3C and AB. RGB value is (171,60,171). Sum of RGB (Red+Green+Blue) = 171+60+171=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CAB is #54C354. Grayscale: #696969. Windows color (decimal): -5555029 or 11222187. OLE color: 11222187.

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

Color convert

RGB 171 60 171 -
CMYK 0 0.65 0 0.33
HSL 300º 0.48% 0.45% -
HSV(B) 300º 0.65% 0.67% -
XYZ 25.76 14.83 40.03 -
YUV 105.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 171 60 171 0 0.65 0 0.33 300 0.48 0.45
Hex AB 3C AB 0 41 0 21 12C 30 2D
Octal 253 74 253 0 101 0 41 454 60 55
Binary 10101011 111100 10101011 0 1000001 0 100001 100101100 110000 101101

Color Harmonies of #AB3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CAB

Black with #AB3CAB

Text Example


Text Example

White with #AB3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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