Html Css Color HEX #AB3EAB Violet Blue

📋 copy color: '#AB3EAB'

red 171 ◦ green 62 ◦ blue 171

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

Shades of Violet Blue #AB3EAB

Tints of Violet Blue #AB3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

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

R = 42.33%
G = 15.35%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB3EAB (or 0xAB3EAB) is known color: Violet Blue. HEX triplet: AB, 3E and AB. RGB value is (171,62,171). Sum of RGB (Red+Green+Blue) = 171+62+171=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3EAB is #54C154. Grayscale: #6A6A6A. Windows color (decimal): -5554517 or 11222699. OLE color: 11222699.

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

Color convert

RGB 171 62 171 -
CMYK 0 0.64 0 0.33
HSL 300º 0.47% 0.46% -
HSV(B) 300º 0.64% 0.67% -
XYZ 25.87 15.04 40.07 -
YUV 107.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 171 62 171 0 0.64 0 0.33 300 0.47 0.46
Hex AB 3E AB 0 40 0 21 12C 2F 2E
Octal 253 76 253 0 100 0 41 454 57 56
Binary 10101011 111110 10101011 0 1000000 0 100001 100101100 101111 101110

Color Harmonies of #AB3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EAB

Black with #AB3EAB

Text Example


Text Example

White with #AB3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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