Html Css Color HEX #A448AD Violet Blue

📋 copy color: '#A448AD'

red 164 ◦ green 72 ◦ blue 173

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

Shades of Violet Blue #A448AD

Tints of Violet Blue #A448AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 40.1%
G = 17.6%
B = 42.3%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A448AD (or 0xA448AD) is known color: Violet Blue. HEX triplet: A4, 48 and AD. RGB value is (164,72,173). Sum of RGB (Red+Green+Blue) = 164+72+173=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A448AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448AD is #5BB752. Grayscale: #6E6E6E. Windows color (decimal): -6010707 or 11356324. OLE color: 11356324.

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

Color convert

RGB 164 72 173 -
CMYK 0.05 0.58 0 0.32
HSL 294.65º 0.41% 0.48% -
HSV(B) 294.65º 0.58% 0.68% -
XYZ 25.17 15.54 41.21 -
YUV 111.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 164 72 173 0.05 0.58 0 0.32 294.65 0.41 0.48
Hex A4 48 AD 5 3A 0 20 127 29 30
Octal 244 110 255 5 72 0 40 447 51 60
Binary 10100100 1001000 10101101 101 111010 0 100000 100100111 101001 110000

Color Harmonies of #A448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448AD

Black with #A448AD

Text Example


Text Example

White with #A448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448AD; }

 p { color: rgb(164,72,173); }

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

background-color css

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

 a { background-color: rgb(164,72,173); }

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

border-color css

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

 span { border-color: rgb(164,72,173); }

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