Html Css Color HEX #A747AB Violet Blue

📋 copy color: '#A747AB'

red 167 ◦ green 71 ◦ blue 171

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

Shades of Violet Blue #A747AB

Tints of Violet Blue #A747AB

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

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

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

R = 40.83%
G = 17.36%
B = 41.81%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A747AB (or 0xA747AB) is known color: Violet Blue. HEX triplet: A7, 47 and AB. RGB value is (167,71,171). Sum of RGB (Red+Green+Blue) = 167+71+171=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #A747AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A747AB is #58B854. Grayscale: #6E6E6E. Windows color (decimal): -5814357 or 11224999. OLE color: 11224999.

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

Color convert

RGB 167 71 171 -
CMYK 0.02 0.58 0 0.33
HSL 297.6º 0.41% 0.47% -
HSV(B) 297.6º 0.58% 0.67% -
XYZ 25.54 15.66 40.21 -
YUV 111.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 167 71 171 0.02 0.58 0 0.33 297.6 0.41 0.47
Hex A7 47 AB 2 3A 0 21 12A 29 2F
Octal 247 107 253 2 72 0 41 452 51 57
Binary 10100111 1000111 10101011 10 111010 0 100001 100101010 101001 101111

Color Harmonies of #A747AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747AB

Black with #A747AB

Text Example


Text Example

White with #A747AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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