Html Css Color HEX #A037EE Blue Violet

📋 copy color: '#A037EE'

red 160 ◦ green 55 ◦ blue 238

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

Shades of Blue Violet #A037EE

Tints of Blue Violet #A037EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 35.32%
G = 12.14%
B = 52.54%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A037EE (or 0xA037EE) is known color: Blue Violet. HEX triplet: A0, 37 and EE. RGB value is (160,55,238). Sum of RGB (Red+Green+Blue) = 160+55+238=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #A037EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037EE is #5FC811. Grayscale: #6A6A6A. Windows color (decimal): -6277138 or 15611808. OLE color: 15611808.

HSL color Cylindrical-coordinate representation of color #A037EE: hue angle of 274.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A037EE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 55 238 -
CMYK 0.33 0.77 0 0.07
HSL 274.43º 0.84% 0.57% -
HSV(B) 274.43º 0.77% 0.93% -
XYZ 31.3 16.38 82.4 -
YUV 107.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 160 55 238 0.33 0.77 0 0.07 274.43 0.84 0.57
Hex A0 37 EE 21 4D 0 7 112 54 39
Octal 240 67 356 41 115 0 7 422 124 71
Binary 10100000 110111 11101110 100001 1001101 0 111 100010010 1010100 111001

Color Harmonies of #A037EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037EE

Black with #A037EE

Text Example


Text Example

White with #A037EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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