Html Css Color HEX #A550A2 Violet Blue

📋 copy color: '#A550A2'

red 165 ◦ green 80 ◦ blue 162

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

Shades of Violet Blue #A550A2

Tints of Violet Blue #A550A2

RGB

 RED value IS 165 (64.84% from 255) = 40.54%

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 40.54%
G = 19.66%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A550A2 (or 0xA550A2) is known color: Violet Blue. HEX triplet: A5, 50 and A2. RGB value is (165,80,162). Sum of RGB (Red+Green+Blue) = 165+80+162=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A550A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A550A2 is #5AAF5D. Grayscale: #727272. Windows color (decimal): -5943134 or 10637477. OLE color: 10637477.

HSL color Cylindrical-coordinate representation of color #A550A2: hue angle of 302.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A550A2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 162 -
CMYK 0 0.52 0.02 0.35
HSL 302.12º 0.35% 0.48% -
HSV(B) 302.12º 0.52% 0.65% -
XYZ 24.91 16.35 36.02 -
YUV 114.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 165 80 162 0 0.52 0.02 0.35 302.12 0.35 0.48
Hex A5 50 A2 0 34 2 23 12E 23 30
Octal 245 120 242 0 64 2 43 456 43 60
Binary 10100101 1010000 10100010 0 110100 10 100011 100101110 100011 110000

Color Harmonies of #A550A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550A2

Black with #A550A2

Text Example


Text Example

White with #A550A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550A2; }

 p { color: rgb(165,80,162); }

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

background-color css

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

 a { background-color: rgb(165,80,162); }

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

border-color css

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

 span { border-color: rgb(165,80,162); }

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