Html Css Color HEX #A448A0 Violet Blue

📋 copy color: '#A448A0'

red 164 ◦ green 72 ◦ blue 160

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

Shades of Violet Blue #A448A0

Tints of Violet Blue #A448A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 41.41%
G = 18.18%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A448A0 (or 0xA448A0) is known color: Violet Blue. HEX triplet: A4, 48 and A0. RGB value is (164,72,160). Sum of RGB (Red+Green+Blue) = 164+72+160=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A448A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448A0 is #5BB75F. Grayscale: #6D6D6D. Windows color (decimal): -6010720 or 10504356. OLE color: 10504356.

HSL color Cylindrical-coordinate representation of color #A448A0: hue angle of 302.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A448A0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 160 -
CMYK 0 0.56 0.02 0.36
HSL 302.61º 0.39% 0.46% -
HSV(B) 302.61º 0.56% 0.64% -
XYZ 23.97 15.07 34.9 -
YUV 109.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 164 72 160 0 0.56 0.02 0.36 302.61 0.39 0.46
Hex A4 48 A0 0 38 2 24 12F 27 2E
Octal 244 110 240 0 70 2 44 457 47 56
Binary 10100100 1001000 10100000 0 111000 10 100100 100101111 100111 101110

Color Harmonies of #A448A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448A0

Black with #A448A0

Text Example


Text Example

White with #A448A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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