Html Css Color HEX #AB3DAB Violet Blue

📋 copy color: '#AB3DAB'

red 171 ◦ green 61 ◦ blue 171

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

Shades of Violet Blue #AB3DAB

Tints of Violet Blue #AB3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

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

R = 42.43%
G = 15.14%
B = 42.43%

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

#AB3DAB (or 0xAB3DAB) is known color: Violet Blue. HEX triplet: AB, 3D and AB. RGB value is (171,61,171). Sum of RGB (Red+Green+Blue) = 171+61+171=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DAB is #54C254. Grayscale: #6A6A6A. Windows color (decimal): -5554773 or 11222443. OLE color: 11222443.

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

Color convert

RGB 171 61 171 -
CMYK 0 0.64 0 0.33
HSL 300º 0.47% 0.45% -
HSV(B) 300º 0.64% 0.67% -
XYZ 25.81 14.94 40.05 -
YUV 106.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 171 61 171 0 0.64 0 0.33 300 0.47 0.45
Hex AB 3D AB 0 40 0 21 12C 2F 2D
Octal 253 75 253 0 100 0 41 454 57 55
Binary 10101011 111101 10101011 0 1000000 0 100001 100101100 101111 101101

Color Harmonies of #AB3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DAB

Black with #AB3DAB

Text Example


Text Example

White with #AB3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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