Html Css Color HEX #A038EF Blue Violet

📋 copy color: '#A038EF'

red 160 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #A038EF

Tints of Blue Violet #A038EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 35.16%
G = 12.31%
B = 52.53%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A038EF (or 0xA038EF) is known color: Blue Violet. HEX triplet: A0, 38 and EF. RGB value is (160,56,239). Sum of RGB (Red+Green+Blue) = 160+56+239=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #A038EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038EF is #5FC710. Grayscale: #6B6B6B. Windows color (decimal): -6276881 or 15677600. OLE color: 15677600.

HSL color Cylindrical-coordinate representation of color #A038EF: hue angle of 274.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A038EF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 56 239 -
CMYK 0.33 0.77 0 0.06
HSL 274.1º 0.85% 0.58% -
HSV(B) 274.1º 0.77% 0.94% -
XYZ 31.49 16.53 83.19 -
YUV 107.96 201.96 165.12 -
System Red Green Blue C M Y K H S L
Decimal 160 56 239 0.33 0.77 0 0.06 274.1 0.85 0.58
Hex A0 38 EF 21 4D 0 6 112 55 3A
Octal 240 70 357 41 115 0 6 422 125 72
Binary 10100000 111000 11101111 100001 1001101 0 110 100010010 1010101 111010

Color Harmonies of #A038EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038EF

Black with #A038EF

Text Example


Text Example

White with #A038EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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