Html Css Color HEX #A552A0 Violet Blue

📋 copy color: '#A552A0'

red 165 ◦ green 82 ◦ blue 160

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

Shades of Violet Blue #A552A0

Tints of Violet Blue #A552A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 40.54%
G = 20.15%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A552A0 (or 0xA552A0) is known color: Violet Blue. HEX triplet: A5, 52 and A0. RGB value is (165,82,160). Sum of RGB (Red+Green+Blue) = 165+82+160=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A552A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552A0 is #5AAD5F. Grayscale: #737373. Windows color (decimal): -5942624 or 10506917. OLE color: 10506917.

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

Color convert

RGB 165 82 160 -
CMYK 0 0.50 0.03 0.35
HSL 303.61º 0.34% 0.48% -
HSV(B) 303.61º 0.5% 0.65% -
XYZ 24.88 16.57 35.15 -
YUV 115.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 165 82 160 0 0.50 0.03 0.35 303.61 0.34 0.48
Hex A5 52 A0 0 32 3 23 130 22 30
Octal 245 122 240 0 62 3 43 460 42 60
Binary 10100101 1010010 10100000 0 110010 11 100011 100110000 100010 110000

Color Harmonies of #A552A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552A0

Black with #A552A0

Text Example


Text Example

White with #A552A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552A0; }

 p { color: rgb(165,82,160); }

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

background-color css

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

 a { background-color: rgb(165,82,160); }

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

border-color css

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

 span { border-color: rgb(165,82,160); }

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