Html Css Color HEX #A538EE Blue Violet

📋 copy color: '#A538EE'

red 165 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #A538EE

Tints of Blue Violet #A538EE

RGB

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

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

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

R = 35.95%
G = 12.2%
B = 51.85%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A538EE (or 0xA538EE) is known color: Blue Violet. HEX triplet: A5, 38 and EE. RGB value is (165,56,238). Sum of RGB (Red+Green+Blue) = 165+56+238=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #A538EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538EE is #5AC711. Grayscale: #6C6C6C. Windows color (decimal): -5949202 or 15612069. OLE color: 15612069.

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

Color convert

RGB 165 56 238 -
CMYK 0.31 0.76 0 0.07
HSL 275.93º 0.84% 0.58% -
HSV(B) 275.93º 0.76% 0.93% -
XYZ 32.36 17 82.46 -
YUV 109.34 200.61 167.7 -
System Red Green Blue C M Y K H S L
Decimal 165 56 238 0.31 0.76 0 0.07 275.93 0.84 0.58
Hex A5 38 EE 1F 4C 0 7 114 54 3A
Octal 245 70 356 37 114 0 7 424 124 72
Binary 10100101 111000 11101110 11111 1001100 0 111 100010100 1010100 111010

Color Harmonies of #A538EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538EE

Black with #A538EE

Text Example


Text Example

White with #A538EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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