Html Css Color HEX #A547AB Violet Blue

📋 copy color: '#A547AB'

red 165 ◦ green 71 ◦ blue 171

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

Shades of Violet Blue #A547AB

Tints of Violet Blue #A547AB

RGB

 RED value IS 165 (64.84% from 255) = 40.54%

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

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

R = 40.54%
G = 17.44%
B = 42.01%

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

#A547AB (or 0xA547AB) is known color: Violet Blue. HEX triplet: A5, 47 and AB. RGB value is (165,71,171). Sum of RGB (Red+Green+Blue) = 165+71+171=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #A547AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AB is #5AB854. Grayscale: #6E6E6E. Windows color (decimal): -5945429 or 11224997. OLE color: 11224997.

HSL color Cylindrical-coordinate representation of color #A547AB: hue angle of 296.4º 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 #A547AB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 71 171 -
CMYK 0.04 0.58 0 0.33
HSL 296.4º 0.41% 0.47% -
HSV(B) 296.4º 0.58% 0.67% -
XYZ 25.12 15.45 40.19 -
YUV 110.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 165 71 171 0.04 0.58 0 0.33 296.4 0.41 0.47
Hex A5 47 AB 4 3A 0 21 128 29 2F
Octal 245 107 253 4 72 0 41 450 51 57
Binary 10100101 1000111 10101011 100 111010 0 100001 100101000 101001 101111

Color Harmonies of #A547AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547AB

Black with #A547AB

Text Example


Text Example

White with #A547AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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