Html Css Color HEX #A037EB Blue Violet

📋 copy color: '#A037EB'

red 160 ◦ green 55 ◦ blue 235

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

Shades of Blue Violet #A037EB

Tints of Blue Violet #A037EB

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 35.56%
G = 12.22%
B = 52.22%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A037EB (or 0xA037EB) is known color: Blue Violet. HEX triplet: A0, 37 and EB. RGB value is (160,55,235). Sum of RGB (Red+Green+Blue) = 160+55+235=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #A037EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037EB is #5FC814. Grayscale: #6A6A6A. Windows color (decimal): -6277141 or 15415200. OLE color: 15415200.

HSL color Cylindrical-coordinate representation of color #A037EB: hue angle of 275º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A037EB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 55 235 -
CMYK 0.32 0.77 0 0.08
HSL 275º 0.82% 0.57% -
HSV(B) 275º 0.77% 0.92% -
XYZ 30.86 16.2 80.1 -
YUV 106.92 200.29 165.86 -
System Red Green Blue C M Y K H S L
Decimal 160 55 235 0.32 0.77 0 0.08 275 0.82 0.57
Hex A0 37 EB 20 4D 0 8 113 52 39
Octal 240 67 353 40 115 0 10 423 122 71
Binary 10100000 110111 11101011 100000 1001101 0 1000 100010011 1010010 111001

Color Harmonies of #A037EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037EB

Black with #A037EB

Text Example


Text Example

White with #A037EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037EB; }

 p { color: rgb(160,55,235); }

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

background-color css

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

 a { background-color: rgb(160,55,235); }

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

border-color css

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

 span { border-color: rgb(160,55,235); }

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