Html Css Color HEX #A35EEC Medium Purple

📋 copy color: '#A35EEC'

red 163 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A35EEC

Tints of Medium Purple #A35EEC

RGB

 RED value IS 163 (64.06% from 255) = 33.06%

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 33.06%
G = 19.07%
B = 47.87%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A35EEC (or 0xA35EEC) is known color: Medium Purple. HEX triplet: A3, 5E and EC. RGB value is (163,94,236). Sum of RGB (Red+Green+Blue) = 163+94+236=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A35EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35EEC is #5CA113. Grayscale: #828282. Windows color (decimal): -6070548 or 15490723. OLE color: 15490723.

HSL color Cylindrical-coordinate representation of color #A35EEC: hue angle of 269.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A35EEC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 94 236 -
CMYK 0.31 0.60 0 0.07
HSL 269.15º 0.79% 0.65% -
HSV(B) 269.15º 0.6% 0.93% -
XYZ 34.25 21.85 81.77 -
YUV 130.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 163 94 236 0.31 0.60 0 0.07 269.15 0.79 0.65
Hex A3 5E EC 1F 3C 0 7 10D 4F 41
Octal 243 136 354 37 74 0 7 415 117 101
Binary 10100011 1011110 11101100 11111 111100 0 111 100001101 1001111 1000001

Color Harmonies of #A35EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EEC

Black with #A35EEC

Text Example


Text Example

White with #A35EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EEC; }

 p { color: rgb(163,94,236); }

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

background-color css

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

 a { background-color: rgb(163,94,236); }

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

border-color css

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

 span { border-color: rgb(163,94,236); }

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