Html Css Color HEX #A548A7 Violet Blue

📋 copy color: '#A548A7'

red 165 ◦ green 72 ◦ blue 167

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

Shades of Violet Blue #A548A7

Tints of Violet Blue #A548A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 40.84%
G = 17.82%
B = 41.34%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A548A7 (or 0xA548A7) is known color: Violet Blue. HEX triplet: A5, 48 and A7. RGB value is (165,72,167). Sum of RGB (Red+Green+Blue) = 165+72+167=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 167 - color contains mainly: blue. Hex color #A548A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548A7 is #5AB758. Grayscale: #6E6E6E. Windows color (decimal): -5945177 or 10963109. OLE color: 10963109.

HSL color Cylindrical-coordinate representation of color #A548A7: hue angle of 298.74º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A548A7 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 167 -
CMYK 0.01 0.57 0 0.35
HSL 298.74º 0.4% 0.47% -
HSV(B) 298.74º 0.57% 0.65% -
XYZ 24.81 15.42 38.23 -
YUV 110.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 165 72 167 0.01 0.57 0 0.35 298.74 0.4 0.47
Hex A5 48 A7 1 39 0 23 12B 28 2F
Octal 245 110 247 1 71 0 43 453 50 57
Binary 10100101 1001000 10100111 1 111001 0 100011 100101011 101000 101111

Color Harmonies of #A548A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548A7

Black with #A548A7

Text Example


Text Example

White with #A548A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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