Html Css Color HEX #A447AB Violet Blue

📋 copy color: '#A447AB'

red 164 ◦ green 71 ◦ blue 171

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

Shades of Violet Blue #A447AB

Tints of Violet Blue #A447AB

RGB

 RED value IS 164 (64.45% from 255) = 40.39%

 GREEN value IS 71 (28.13% from 255) = 17.49%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 40.39%
G = 17.49%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A447AB (or 0xA447AB) is known color: Violet Blue. HEX triplet: A4, 47 and AB. RGB value is (164,71,171). Sum of RGB (Red+Green+Blue) = 164+71+171=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A447AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A447AB is #5BB854. Grayscale: #6D6D6D. Windows color (decimal): -6010965 or 11224996. OLE color: 11224996.

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

Color convert

RGB 164 71 171 -
CMYK 0.04 0.58 0 0.33
HSL 295.8º 0.41% 0.47% -
HSV(B) 295.8º 0.58% 0.67% -
XYZ 24.91 15.34 40.18 -
YUV 110.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 164 71 171 0.04 0.58 0 0.33 295.8 0.41 0.47
Hex A4 47 AB 4 3A 0 21 128 29 2F
Octal 244 107 253 4 72 0 41 450 51 57
Binary 10100100 1000111 10101011 100 111010 0 100001 100101000 101001 101111

Color Harmonies of #A447AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447AB

Black with #A447AB

Text Example


Text Example

White with #A447AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447AB; }

 p { color: rgb(164,71,171); }

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

background-color css

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

 a { background-color: rgb(164,71,171); }

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

border-color css

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

 span { border-color: rgb(164,71,171); }

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