Html Css Color HEX #A535FF Blue Violet

📋 copy color: '#A535FF'

red 165 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #A535FF

Tints of Blue Violet #A535FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 34.88%
G = 11.21%
B = 53.91%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A535FF (or 0xA535FF) is known color: Blue Violet. HEX triplet: A5, 35 and FF. RGB value is (165,53,255). Sum of RGB (Red+Green+Blue) = 165+53+255=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #A535FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535FF is #5ACA00. Grayscale: #6C6C6C. Windows color (decimal): -5949953 or 16725413. OLE color: 16725413.

HSL color Cylindrical-coordinate representation of color #A535FF: hue angle of 273.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A535FF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 53 255 -
CMYK 0.35 0.79 0 0
HSL 273.27º 1% 0.6% -
HSV(B) 273.27º 0.79% 1% -
XYZ 34.84 17.77 96.2 -
YUV 109.52 210.11 167.57 -
System Red Green Blue C M Y K H S L
Decimal 165 53 255 0.35 0.79 0 0 273.27 1 0.6
Hex A5 35 FF 23 4F 0 0 111 64 3C
Octal 245 65 377 43 117 0 0 421 144 74
Binary 10100101 110101 11111111 100011 1001111 0 0 100010001 1100100 111100

Color Harmonies of #A535FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535FF

Black with #A535FF

Text Example


Text Example

White with #A535FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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