Html Css Color HEX #A53FAA Violet Blue

📋 copy color: '#A53FAA'

red 165 ◦ green 63 ◦ blue 170

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

Shades of Violet Blue #A53FAA

Tints of Violet Blue #A53FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 41.46%
G = 15.83%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A53FAA (or 0xA53FAA) is known color: Violet Blue. HEX triplet: A5, 3F and AA. RGB value is (165,63,170). Sum of RGB (Red+Green+Blue) = 165+63+170=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A53FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAA is #5AC055. Grayscale: #696969. Windows color (decimal): -5947478 or 11157413. OLE color: 11157413.

HSL color Cylindrical-coordinate representation of color #A53FAA: hue angle of 297.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53FAA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 63 170 -
CMYK 0.03 0.63 0 0.33
HSL 297.2º 0.46% 0.46% -
HSV(B) 297.2º 0.63% 0.67% -
XYZ 24.55 14.46 39.53 -
YUV 105.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 165 63 170 0.03 0.63 0 0.33 297.2 0.46 0.46
Hex A5 3F AA 3 3F 0 21 129 2E 2E
Octal 245 77 252 3 77 0 41 451 56 56
Binary 10100101 111111 10101010 11 111111 0 100001 100101001 101110 101110

Color Harmonies of #A53FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FAA

Black with #A53FAA

Text Example


Text Example

White with #A53FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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