Html Css Color HEX #A552AD Violet Blue

📋 copy color: '#A552AD'

red 165 ◦ green 82 ◦ blue 173

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

Shades of Violet Blue #A552AD

Tints of Violet Blue #A552AD

RGB

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

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

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

R = 39.29%
G = 19.52%
B = 41.19%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A552AD (or 0xA552AD) is known color: Violet Blue. HEX triplet: A5, 52 and AD. RGB value is (165,82,173). Sum of RGB (Red+Green+Blue) = 165+82+173=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A552AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552AD is #5AAD52. Grayscale: #747474. Windows color (decimal): -5942611 or 11358885. OLE color: 11358885.

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

Color convert

RGB 165 82 173 -
CMYK 0.05 0.53 0 0.32
HSL 294.73º 0.36% 0.5% -
HSV(B) 294.73º 0.53% 0.68% -
XYZ 26.08 17.05 41.45 -
YUV 117.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 165 82 173 0.05 0.53 0 0.32 294.73 0.36 0.5
Hex A5 52 AD 5 35 0 20 127 24 32
Octal 245 122 255 5 65 0 40 447 44 62
Binary 10100101 1010010 10101101 101 110101 0 100000 100100111 100100 110010

Color Harmonies of #A552AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552AD

Black with #A552AD

Text Example


Text Example

White with #A552AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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