Html Css Color HEX #A548A0 Violet Blue

📋 copy color: '#A548A0'

red 165 ◦ green 72 ◦ blue 160

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

Shades of Violet Blue #A548A0

Tints of Violet Blue #A548A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 41.56%
G = 18.14%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A548A0 (or 0xA548A0) is known color: Violet Blue. HEX triplet: A5, 48 and A0. RGB value is (165,72,160). Sum of RGB (Red+Green+Blue) = 165+72+160=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A548A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548A0 is #5AB75F. Grayscale: #6D6D6D. Windows color (decimal): -5945184 or 10504357. OLE color: 10504357.

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

Color convert

RGB 165 72 160 -
CMYK 0 0.56 0.03 0.35
HSL 303.23º 0.39% 0.46% -
HSV(B) 303.23º 0.56% 0.65% -
XYZ 24.18 15.17 34.91 -
YUV 109.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 165 72 160 0 0.56 0.03 0.35 303.23 0.39 0.46
Hex A5 48 A0 0 38 3 23 12F 27 2E
Octal 245 110 240 0 70 3 43 457 47 56
Binary 10100101 1001000 10100000 0 111000 11 100011 100101111 100111 101110

Color Harmonies of #A548A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548A0

Black with #A548A0

Text Example


Text Example

White with #A548A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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