Html Css Color HEX #A748AA Violet Blue

📋 copy color: '#A748AA'

red 167 ◦ green 72 ◦ blue 170

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

Shades of Violet Blue #A748AA

Tints of Violet Blue #A748AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 40.83%
G = 17.6%
B = 41.56%

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

#A748AA (or 0xA748AA) is known color: Violet Blue. HEX triplet: A7, 48 and AA. RGB value is (167,72,170). Sum of RGB (Red+Green+Blue) = 167+72+170=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A748AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AA is #58B755. Grayscale: #6F6F6F. Windows color (decimal): -5814102 or 11159719. OLE color: 11159719.

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

Color convert

RGB 167 72 170 -
CMYK 0.02 0.58 0 0.33
HSL 298.16º 0.4% 0.47% -
HSV(B) 298.16º 0.58% 0.67% -
XYZ 25.51 15.75 39.73 -
YUV 111.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 167 72 170 0.02 0.58 0 0.33 298.16 0.4 0.47
Hex A7 48 AA 2 3A 0 21 12A 28 2F
Octal 247 110 252 2 72 0 41 452 50 57
Binary 10100111 1001000 10101010 10 111010 0 100001 100101010 101000 101111

Color Harmonies of #A748AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748AA

Black with #A748AA

Text Example


Text Example

White with #A748AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748AA; }

 p { color: rgb(167,72,170); }

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

background-color css

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

 a { background-color: rgb(167,72,170); }

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

border-color css

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

 span { border-color: rgb(167,72,170); }

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