Html Css Color HEX #A537FF Blue Violet

📋 copy color: '#A537FF'

red 165 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #A537FF

Tints of Blue Violet #A537FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

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

R = 34.74%
G = 11.58%
B = 53.68%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A537FF (or 0xA537FF) is known color: Blue Violet. HEX triplet: A5, 37 and FF. RGB value is (165,55,255). Sum of RGB (Red+Green+Blue) = 165+55+255=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #A537FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A537FF is #5AC800. Grayscale: #6D6D6D. Windows color (decimal): -5949441 or 16725925. OLE color: 16725925.

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

Color convert

RGB 165 55 255 -
CMYK 0.35 0.78 0 0
HSL 273º 1% 0.61% -
HSV(B) 273º 0.78% 1% -
XYZ 34.93 17.95 96.23 -
YUV 110.69 209.44 166.74 -
System Red Green Blue C M Y K H S L
Decimal 165 55 255 0.35 0.78 0 0 273 1 0.61
Hex A5 37 FF 23 4E 0 0 111 64 3D
Octal 245 67 377 43 116 0 0 421 144 75
Binary 10100101 110111 11111111 100011 1001110 0 0 100010001 1100100 111101

Color Harmonies of #A537FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537FF

Black with #A537FF

Text Example


Text Example

White with #A537FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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