Html Css Color HEX #A538EF Blue Violet

📋 copy color: '#A538EF'

red 165 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #A538EF

Tints of Blue Violet #A538EF

RGB

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

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

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

R = 35.87%
G = 12.17%
B = 51.96%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A538EF (or 0xA538EF) is known color: Blue Violet. HEX triplet: A5, 38 and EF. RGB value is (165,56,239). Sum of RGB (Red+Green+Blue) = 165+56+239=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #A538EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538EF is #5AC710. Grayscale: #6C6C6C. Windows color (decimal): -5949201 or 15677605. OLE color: 15677605.

HSL color Cylindrical-coordinate representation of color #A538EF: hue angle of 275.74º 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 #A538EF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 56 239 -
CMYK 0.31 0.77 0 0.06
HSL 275.74º 0.85% 0.58% -
HSV(B) 275.74º 0.77% 0.94% -
XYZ 32.51 17.06 83.24 -
YUV 109.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 165 56 239 0.31 0.77 0 0.06 275.74 0.85 0.58
Hex A5 38 EF 1F 4D 0 6 114 55 3A
Octal 245 70 357 37 115 0 6 424 125 72
Binary 10100101 111000 11101111 11111 1001101 0 110 100010100 1010101 111010

Color Harmonies of #A538EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538EF

Black with #A538EF

Text Example


Text Example

White with #A538EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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