Html Css Color HEX #AB3BAB Violet Blue

📋 copy color: '#AB3BAB'

red 171 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #AB3BAB

Tints of Violet Blue #AB3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.71%

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

R = 42.64%
G = 14.71%
B = 42.64%

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

#AB3BAB (or 0xAB3BAB) is known color: Violet Blue. HEX triplet: AB, 3B and AB. RGB value is (171,59,171). Sum of RGB (Red+Green+Blue) = 171+59+171=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BAB is #54C454. Grayscale: #686868. Windows color (decimal): -5555285 or 11221931. OLE color: 11221931.

HSL color Cylindrical-coordinate representation of color #AB3BAB: hue angle of 300º degrees, saturation: 0.49, 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 #AB3BAB is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 59 171 -
CMYK 0 0.65 0 0.33
HSL 300º 0.49% 0.45% -
HSV(B) 300º 0.65% 0.67% -
XYZ 25.71 14.73 40.02 -
YUV 105.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 171 59 171 0 0.65 0 0.33 300 0.49 0.45
Hex AB 3B AB 0 41 0 21 12C 31 2D
Octal 253 73 253 0 101 0 41 454 61 55
Binary 10101011 111011 10101011 0 1000001 0 100001 100101100 110001 101101

Color Harmonies of #AB3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BAB

Black with #AB3BAB

Text Example


Text Example

White with #AB3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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