Html Css Color HEX #AB3FA0 Violet Blue

📋 copy color: '#AB3FA0'

red 171 ◦ green 63 ◦ blue 160

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

Shades of Violet Blue #AB3FA0

Tints of Violet Blue #AB3FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 43.4%
G = 15.99%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB3FA0 (or 0xAB3FA0) is known color: Violet Blue. HEX triplet: AB, 3F and A0. RGB value is (171,63,160). Sum of RGB (Red+Green+Blue) = 171+63+160=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FA0 is #54C05F. Grayscale: #6A6A6A. Windows color (decimal): -5554272 or 10502059. OLE color: 10502059.

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

Color convert

RGB 171 63 160 -
CMYK 0 0.63 0.06 0.33
HSL 306.11º 0.46% 0.46% -
HSV(B) 306.11º 0.63% 0.67% -
XYZ 24.92 14.75 34.79 -
YUV 106.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 171 63 160 0 0.63 0.06 0.33 306.11 0.46 0.46
Hex AB 3F A0 0 3F 6 21 132 2E 2E
Octal 253 77 240 0 77 6 41 462 56 56
Binary 10101011 111111 10100000 0 111111 110 100001 100110010 101110 101110

Color Harmonies of #AB3FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FA0

Black with #AB3FA0

Text Example


Text Example

White with #AB3FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FA0; }

 p { color: rgb(171,63,160); }

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

background-color css

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

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

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

border-color css

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

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

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