Html Css Color HEX #AB449E Violet Blue

📋 copy color: '#AB449E'

red 171 ◦ green 68 ◦ blue 158

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

Shades of Violet Blue #AB449E

Tints of Violet Blue #AB449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 43.07%
G = 17.13%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB449E (or 0xAB449E) is known color: Violet Blue. HEX triplet: AB, 44 and 9E. RGB value is (171,68,158). Sum of RGB (Red+Green+Blue) = 171+68+158=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449E is #54BB61. Grayscale: #6C6C6C. Windows color (decimal): -5552994 or 10372267. OLE color: 10372267.

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

Color convert

RGB 171 68 158 -
CMYK 0 0.60 0.08 0.33
HSL 307.57º 0.43% 0.47% -
HSV(B) 307.57º 0.6% 0.67% -
XYZ 25.03 15.26 33.97 -
YUV 109.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 171 68 158 0 0.60 0.08 0.33 307.57 0.43 0.47
Hex AB 44 9E 0 3C 8 21 134 2B 2F
Octal 253 104 236 0 74 10 41 464 53 57
Binary 10101011 1000100 10011110 0 111100 1000 100001 100110100 101011 101111

Color Harmonies of #AB449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB449E

Black with #AB449E

Text Example


Text Example

White with #AB449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB449E; }

 p { color: rgb(171,68,158); }

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

background-color css

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

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

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

border-color css

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

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

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