Html Css Color HEX #A53D98 Violet Blue

📋 copy color: '#A53D98'

red 165 ◦ green 61 ◦ blue 152

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

Shades of Violet Blue #A53D98

Tints of Violet Blue #A53D98

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 43.65%
G = 16.14%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A53D98 (or 0xA53D98) is known color: Violet Blue. HEX triplet: A5, 3D and 98. RGB value is (165,61,152). Sum of RGB (Red+Green+Blue) = 165+61+152=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D98 is #5AC267. Grayscale: #666666. Windows color (decimal): -5948008 or 9977253. OLE color: 9977253.

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

Color convert

RGB 165 61 152 -
CMYK 0 0.63 0.08 0.35
HSL 307.5º 0.46% 0.44% -
HSV(B) 307.5º 0.63% 0.65% -
XYZ 22.85 13.6 31.13 -
YUV 102.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 165 61 152 0 0.63 0.08 0.35 307.5 0.46 0.44
Hex A5 3D 98 0 3F 8 23 134 2E 2C
Octal 245 75 230 0 77 10 43 464 56 54
Binary 10100101 111101 10011000 0 111111 1000 100011 100110100 101110 101100

Color Harmonies of #A53D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D98

Black with #A53D98

Text Example


Text Example

White with #A53D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D98; }

 p { color: rgb(165,61,152); }

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

background-color css

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

 a { background-color: rgb(165,61,152); }

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

border-color css

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

 span { border-color: rgb(165,61,152); }

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