Html Css Color HEX #A535A0 Violet Blue

📋 copy color: '#A535A0'

red 165 ◦ green 53 ◦ blue 160

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

Shades of Violet Blue #A535A0

Tints of Violet Blue #A535A0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 43.65%
G = 14.02%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A535A0 (or 0xA535A0) is known color: Violet Blue. HEX triplet: A5, 35 and A0. RGB value is (165,53,160). Sum of RGB (Red+Green+Blue) = 165+53+160=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A535A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535A0 is #5ACA5F. Grayscale: #626262. Windows color (decimal): -5950048 or 10499493. OLE color: 10499493.

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

Color convert

RGB 165 53 160 -
CMYK 0 0.68 0.03 0.35
HSL 302.68º 0.51% 0.43% -
HSV(B) 302.68º 0.68% 0.65% -
XYZ 23.14 13.08 34.56 -
YUV 98.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 165 53 160 0 0.68 0.03 0.35 302.68 0.51 0.43
Hex A5 35 A0 0 44 3 23 12F 33 2B
Octal 245 65 240 0 104 3 43 457 63 53
Binary 10100101 110101 10100000 0 1000100 11 100011 100101111 110011 101011

Color Harmonies of #A535A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535A0

Black with #A535A0

Text Example


Text Example

White with #A535A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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