Html Css Color HEX #A537F8 Blue Violet

📋 copy color: '#A537F8'

red 165 ◦ green 55 ◦ blue 248

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

Shades of Blue Violet #A537F8

Tints of Blue Violet #A537F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 35.26%
G = 11.75%
B = 52.99%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A537F8 (or 0xA537F8) is known color: Blue Violet. HEX triplet: A5, 37 and F8. RGB value is (165,55,248). Sum of RGB (Red+Green+Blue) = 165+55+248=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #A537F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A537F8 is #5AC807. Grayscale: #6D6D6D. Windows color (decimal): -5949448 or 16267173. OLE color: 16267173.

HSL color Cylindrical-coordinate representation of color #A537F8: hue angle of 274.2º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A537F8 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 55 248 -
CMYK 0.33 0.78 0 0.03
HSL 274.2º 0.93% 0.59% -
HSV(B) 274.2º 0.78% 0.97% -
XYZ 33.83 17.51 90.4 -
YUV 109.89 205.94 167.31 -
System Red Green Blue C M Y K H S L
Decimal 165 55 248 0.33 0.78 0 0.03 274.2 0.93 0.59
Hex A5 37 F8 21 4E 0 3 112 5D 3B
Octal 245 67 370 41 116 0 3 422 135 73
Binary 10100101 110111 11111000 100001 1001110 0 11 100010010 1011101 111011

Color Harmonies of #A537F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537F8

Black with #A537F8

Text Example


Text Example

White with #A537F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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