Html Css Color HEX #A449A5 Violet Blue

📋 copy color: '#A449A5'

red 164 ◦ green 73 ◦ blue 165

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

Shades of Violet Blue #A449A5

Tints of Violet Blue #A449A5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 40.8%
G = 18.16%
B = 41.04%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A449A5 (or 0xA449A5) is known color: Violet Blue. HEX triplet: A4, 49 and A5. RGB value is (164,73,165). Sum of RGB (Red+Green+Blue) = 164+73+165=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #A449A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449A5 is #5BB65A. Grayscale: #6E6E6E. Windows color (decimal): -6010459 or 10832292. OLE color: 10832292.

HSL color Cylindrical-coordinate representation of color #A449A5: hue angle of 299.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A449A5 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 73 165 -
CMYK 0.01 0.56 0 0.35
HSL 299.35º 0.39% 0.47% -
HSV(B) 299.35º 0.56% 0.65% -
XYZ 24.48 15.37 37.27 -
YUV 110.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 164 73 165 0.01 0.56 0 0.35 299.35 0.39 0.47
Hex A4 49 A5 1 38 0 23 12B 27 2F
Octal 244 111 245 1 70 0 43 453 47 57
Binary 10100100 1001001 10100101 1 111000 0 100011 100101011 100111 101111

Color Harmonies of #A449A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449A5

Black with #A449A5

Text Example


Text Example

White with #A449A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449A5; }

 p { color: rgb(164,73,165); }

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

background-color css

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

 a { background-color: rgb(164,73,165); }

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

border-color css

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

 span { border-color: rgb(164,73,165); }

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