Html Css Color HEX #A53F98 Violet Blue

📋 copy color: '#A53F98'

red 165 ◦ green 63 ◦ blue 152

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

Shades of Violet Blue #A53F98

Tints of Violet Blue #A53F98

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

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

R = 43.42%
G = 16.58%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A53F98 (or 0xA53F98) is known color: Violet Blue. HEX triplet: A5, 3F and 98. RGB value is (165,63,152). Sum of RGB (Red+Green+Blue) = 165+63+152=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F98 is #5AC067. Grayscale: #676767. Windows color (decimal): -5947496 or 9977765. OLE color: 9977765.

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

Color convert

RGB 165 63 152 -
CMYK 0 0.62 0.08 0.35
HSL 307.65º 0.45% 0.45% -
HSV(B) 307.65º 0.62% 0.65% -
XYZ 22.96 13.82 31.16 -
YUV 103.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 165 63 152 0 0.62 0.08 0.35 307.65 0.45 0.45
Hex A5 3F 98 0 3E 8 23 134 2D 2D
Octal 245 77 230 0 76 10 43 464 55 55
Binary 10100101 111111 10011000 0 111110 1000 100011 100110100 101101 101101

Color Harmonies of #A53F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F98

Black with #A53F98

Text Example


Text Example

White with #A53F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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