Html Css Color HEX #AB3EA0 Violet Blue

📋 copy color: '#AB3EA0'

red 171 ◦ green 62 ◦ blue 160

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

Shades of Violet Blue #AB3EA0

Tints of Violet Blue #AB3EA0

RGB

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

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

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

R = 43.51%
G = 15.78%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB3EA0 (or 0xAB3EA0) is known color: Violet Blue. HEX triplet: AB, 3E and A0. RGB value is (171,62,160). Sum of RGB (Red+Green+Blue) = 171+62+160=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3EA0 is #54C15F. Grayscale: #696969. Windows color (decimal): -5554528 or 10501803. OLE color: 10501803.

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

Color convert

RGB 171 62 160 -
CMYK 0 0.64 0.06 0.33
HSL 306.06º 0.47% 0.46% -
HSV(B) 306.06º 0.64% 0.67% -
XYZ 24.86 14.64 34.77 -
YUV 105.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 171 62 160 0 0.64 0.06 0.33 306.06 0.47 0.46
Hex AB 3E A0 0 40 6 21 132 2F 2E
Octal 253 76 240 0 100 6 41 462 57 56
Binary 10101011 111110 10100000 0 1000000 110 100001 100110010 101111 101110

Color Harmonies of #AB3EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EA0

Black with #AB3EA0

Text Example


Text Example

White with #AB3EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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