Html Css Color HEX #AB3CAA Violet Blue

📋 copy color: '#AB3CAA'

red 171 ◦ green 60 ◦ blue 170

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

Shades of Violet Blue #AB3CAA

Tints of Violet Blue #AB3CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 42.64%
G = 14.96%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB3CAA (or 0xAB3CAA) is known color: Violet Blue. HEX triplet: AB, 3C and AA. RGB value is (171,60,170). Sum of RGB (Red+Green+Blue) = 171+60+170=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CAA is #54C355. Grayscale: #696969. Windows color (decimal): -5555030 or 11156651. OLE color: 11156651.

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

Color convert

RGB 171 60 170 -
CMYK 0 0.65 0.01 0.33
HSL 300.54º 0.48% 0.45% -
HSV(B) 300.54º 0.65% 0.67% -
XYZ 25.67 14.79 39.53 -
YUV 105.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 171 60 170 0 0.65 0.01 0.33 300.54 0.48 0.45
Hex AB 3C AA 0 41 1 21 12D 30 2D
Octal 253 74 252 0 101 1 41 455 60 55
Binary 10101011 111100 10101010 0 1000001 1 100001 100101101 110000 101101

Color Harmonies of #AB3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CAA

Black with #AB3CAA

Text Example


Text Example

White with #AB3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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