Html Css Color HEX #A748AC Violet Blue

📋 copy color: '#A748AC'

red 167 ◦ green 72 ◦ blue 172

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

Shades of Violet Blue #A748AC

Tints of Violet Blue #A748AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 40.63%
G = 17.52%
B = 41.85%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A748AC (or 0xA748AC) is known color: Violet Blue. HEX triplet: A7, 48 and AC. RGB value is (167,72,172). Sum of RGB (Red+Green+Blue) = 167+72+172=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A748AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748AC is #58B753. Grayscale: #6F6F6F. Windows color (decimal): -5814100 or 11290791. OLE color: 11290791.

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

Color convert

RGB 167 72 172 -
CMYK 0.03 0.58 0 0.33
HSL 297º 0.41% 0.48% -
HSV(B) 297º 0.58% 0.67% -
XYZ 25.7 15.83 40.73 -
YUV 111.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 167 72 172 0.03 0.58 0 0.33 297 0.41 0.48
Hex A7 48 AC 3 3A 0 21 129 29 30
Octal 247 110 254 3 72 0 41 451 51 60
Binary 10100111 1001000 10101100 11 111010 0 100001 100101001 101001 110000

Color Harmonies of #A748AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748AC

Black with #A748AC

Text Example


Text Example

White with #A748AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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