Html Css Color HEX #A552A3 Violet Blue

📋 copy color: '#A552A3'

red 165 ◦ green 82 ◦ blue 163

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

Shades of Violet Blue #A552A3

Tints of Violet Blue #A552A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.76%

R = 40.24%
G = 20%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A552A3 (or 0xA552A3) is known color: Violet Blue. HEX triplet: A5, 52 and A3. RGB value is (165,82,163). Sum of RGB (Red+Green+Blue) = 165+82+163=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A552A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552A3 is #5AAD5C. Grayscale: #737373. Windows color (decimal): -5942621 or 10703525. OLE color: 10703525.

HSL color Cylindrical-coordinate representation of color #A552A3: hue angle of 301.45º 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 #A552A3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 163 -
CMYK 0 0.50 0.01 0.35
HSL 301.45º 0.34% 0.48% -
HSV(B) 301.45º 0.5% 0.65% -
XYZ 25.15 16.68 36.54 -
YUV 116.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 165 82 163 0 0.50 0.01 0.35 301.45 0.34 0.48
Hex A5 52 A3 0 32 1 23 12D 22 30
Octal 245 122 243 0 62 1 43 455 42 60
Binary 10100101 1010010 10100011 0 110010 1 100011 100101101 100010 110000

Color Harmonies of #A552A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552A3

Black with #A552A3

Text Example


Text Example

White with #A552A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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