Html Css Color HEX #AB70A5 Violet Blue

📋 copy color: '#AB70A5'

red 171 ◦ green 112 ◦ blue 165

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

Shades of Violet Blue #AB70A5

Tints of Violet Blue #AB70A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 38.17%
G = 25%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB70A5 (or 0xAB70A5) is known color: Violet Blue. HEX triplet: AB, 70 and A5. RGB value is (171,112,165). Sum of RGB (Red+Green+Blue) = 171+112+165=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB70A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70A5 is #548F5A. Grayscale: #878787. Windows color (decimal): -5541723 or 10842283. OLE color: 10842283.

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

Color convert

RGB 171 112 165 -
CMYK 0 0.35 0.04 0.33
HSL 306.1º 0.26% 0.55% -
HSV(B) 306.1º 0.35% 0.67% -
XYZ 29.38 22.96 38.48 -
YUV 135.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 171 112 165 0 0.35 0.04 0.33 306.1 0.26 0.55
Hex AB 70 A5 0 23 4 21 132 1A 37
Octal 253 160 245 0 43 4 41 462 32 67
Binary 10101011 1110000 10100101 0 100011 100 100001 100110010 11010 110111

Color Harmonies of #AB70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70A5

Black with #AB70A5

Text Example


Text Example

White with #AB70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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