Html Css Color HEX #AB4AA5 Violet Blue

📋 copy color: '#AB4AA5'

red 171 ◦ green 74 ◦ blue 165

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

Shades of Violet Blue #AB4AA5

Tints of Violet Blue #AB4AA5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 41.71%
G = 18.05%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB4AA5 (or 0xAB4AA5) is known color: Violet Blue. HEX triplet: AB, 4A and A5. RGB value is (171,74,165). Sum of RGB (Red+Green+Blue) = 171+74+165=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AA5 is #54B55A. Grayscale: #717171. Windows color (decimal): -5551451 or 10832555. OLE color: 10832555.

HSL color Cylindrical-coordinate representation of color #AB4AA5: hue angle of 303.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4AA5 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 165 -
CMYK 0 0.57 0.04 0.33
HSL 303.71º 0.4% 0.48% -
HSV(B) 303.71º 0.57% 0.67% -
XYZ 26.03 16.27 37.37 -
YUV 113.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 171 74 165 0 0.57 0.04 0.33 303.71 0.4 0.48
Hex AB 4A A5 0 39 4 21 130 28 30
Octal 253 112 245 0 71 4 41 460 50 60
Binary 10101011 1001010 10100101 0 111001 100 100001 100110000 101000 110000

Color Harmonies of #AB4AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AA5

Black with #AB4AA5

Text Example


Text Example

White with #AB4AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AA5; }

 p { color: rgb(171,74,165); }

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

background-color css

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

 a { background-color: rgb(171,74,165); }

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

border-color css

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

 span { border-color: rgb(171,74,165); }

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