Html Css Color HEX #AB3C9F Violet Blue

📋 copy color: '#AB3C9F'

red 171 ◦ green 60 ◦ blue 159

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

Shades of Violet Blue #AB3C9F

Tints of Violet Blue #AB3C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 43.85%
G = 15.38%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB3C9F (or 0xAB3C9F) is known color: Violet Blue. HEX triplet: AB, 3C and 9F. RGB value is (171,60,159). Sum of RGB (Red+Green+Blue) = 171+60+159=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C9F is #54C360. Grayscale: #686868. Windows color (decimal): -5555041 or 10435755. OLE color: 10435755.

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

Color convert

RGB 171 60 159 -
CMYK 0 0.65 0.07 0.33
HSL 306.49º 0.48% 0.45% -
HSV(B) 306.49º 0.65% 0.67% -
XYZ 24.67 14.39 34.28 -
YUV 104.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 171 60 159 0 0.65 0.07 0.33 306.49 0.48 0.45
Hex AB 3C 9F 0 41 7 21 132 30 2D
Octal 253 74 237 0 101 7 41 462 60 55
Binary 10101011 111100 10011111 0 1000001 111 100001 100110010 110000 101101

Color Harmonies of #AB3C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C9F

Black with #AB3C9F

Text Example


Text Example

White with #AB3C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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