Html Css Color HEX #AB46AA Violet Blue

📋 copy color: '#AB46AA'

red 171 ◦ green 70 ◦ blue 170

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

Shades of Violet Blue #AB46AA

Tints of Violet Blue #AB46AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 41.61%
G = 17.03%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB46AA (or 0xAB46AA) is known color: Violet Blue. HEX triplet: AB, 46 and AA. RGB value is (171,70,170). Sum of RGB (Red+Green+Blue) = 171+70+170=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46AA is #54B955. Grayscale: #6F6F6F. Windows color (decimal): -5552470 or 11159211. OLE color: 11159211.

HSL color Cylindrical-coordinate representation of color #AB46AA: hue angle of 300.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB46AA is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 170 -
CMYK 0 0.59 0.01 0.33
HSL 300.59º 0.42% 0.47% -
HSV(B) 300.59º 0.59% 0.67% -
XYZ 26.24 15.94 39.72 -
YUV 111.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 171 70 170 0 0.59 0.01 0.33 300.59 0.42 0.47
Hex AB 46 AA 0 3B 1 21 12D 2A 2F
Octal 253 106 252 0 73 1 41 455 52 57
Binary 10101011 1000110 10101010 0 111011 1 100001 100101101 101010 101111

Color Harmonies of #AB46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46AA

Black with #AB46AA

Text Example


Text Example

White with #AB46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46AA; }

 p { color: rgb(171,70,170); }

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

background-color css

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

 a { background-color: rgb(171,70,170); }

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

border-color css

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

 span { border-color: rgb(171,70,170); }

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