Html Css Color HEX #A535A2 Violet Blue

📋 copy color: '#A535A2'

red 165 ◦ green 53 ◦ blue 162

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

Shades of Violet Blue #A535A2

Tints of Violet Blue #A535A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.63%

R = 43.42%
G = 13.95%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A535A2 (or 0xA535A2) is known color: Violet Blue. HEX triplet: A5, 35 and A2. RGB value is (165,53,162). Sum of RGB (Red+Green+Blue) = 165+53+162=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A535A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535A2 is #5ACA5D. Grayscale: #626262. Windows color (decimal): -5950046 or 10630565. OLE color: 10630565.

HSL color Cylindrical-coordinate representation of color #A535A2: hue angle of 301.61º 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 #A535A2 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 53 162 -
CMYK 0 0.68 0.02 0.35
HSL 301.61º 0.51% 0.43% -
HSV(B) 301.61º 0.68% 0.65% -
XYZ 23.31 13.15 35.49 -
YUV 98.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 165 53 162 0 0.68 0.02 0.35 301.61 0.51 0.43
Hex A5 35 A2 0 44 2 23 12E 33 2B
Octal 245 65 242 0 104 2 43 456 63 53
Binary 10100101 110101 10100010 0 1000100 10 100011 100101110 110011 101011

Color Harmonies of #A535A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535A2

Black with #A535A2

Text Example


Text Example

White with #A535A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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