Html Css Color HEX #A038EE Blue Violet

📋 copy color: '#A038EE'

red 160 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #A038EE

Tints of Blue Violet #A038EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 35.24%
G = 12.33%
B = 52.42%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A038EE (or 0xA038EE) is known color: Blue Violet. HEX triplet: A0, 38 and EE. RGB value is (160,56,238). Sum of RGB (Red+Green+Blue) = 160+56+238=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #A038EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038EE is #5FC711. Grayscale: #6B6B6B. Windows color (decimal): -6276882 or 15612064. OLE color: 15612064.

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

Color convert

RGB 160 56 238 -
CMYK 0.33 0.76 0 0.07
HSL 274.29º 0.84% 0.58% -
HSV(B) 274.29º 0.76% 0.93% -
XYZ 31.34 16.47 82.42 -
YUV 107.84 201.46 165.2 -
System Red Green Blue C M Y K H S L
Decimal 160 56 238 0.33 0.76 0 0.07 274.29 0.84 0.58
Hex A0 38 EE 21 4C 0 7 112 54 3A
Octal 240 70 356 41 114 0 7 422 124 72
Binary 10100000 111000 11101110 100001 1001100 0 111 100010010 1010100 111010

Color Harmonies of #A038EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038EE

Black with #A038EE

Text Example


Text Example

White with #A038EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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