Html Css Color HEX #A35FEF Medium Purple

📋 copy color: '#A35FEF'

red 163 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #A35FEF

Tints of Medium Purple #A35FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

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

R = 32.8%
G = 19.11%
B = 48.09%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A35FEF (or 0xA35FEF) is known color: Medium Purple. HEX triplet: A3, 5F and EF. RGB value is (163,95,239). Sum of RGB (Red+Green+Blue) = 163+95+239=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #A35FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35FEF is #5CA010. Grayscale: #838383. Windows color (decimal): -6070289 or 15687587. OLE color: 15687587.

HSL color Cylindrical-coordinate representation of color #A35FEF: hue angle of 268.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A35FEF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 95 239 -
CMYK 0.32 0.60 0 0.06
HSL 268.33º 0.82% 0.65% -
HSV(B) 268.33º 0.6% 0.94% -
XYZ 34.78 22.2 84.11 -
YUV 131.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 163 95 239 0.32 0.60 0 0.06 268.33 0.82 0.65
Hex A3 5F EF 20 3C 0 6 10C 52 41
Octal 243 137 357 40 74 0 6 414 122 101
Binary 10100011 1011111 11101111 100000 111100 0 110 100001100 1010010 1000001

Color Harmonies of #A35FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FEF

Black with #A35FEF

Text Example


Text Example

White with #A35FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FEF; }

 p { color: rgb(163,95,239); }

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

background-color css

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

 a { background-color: rgb(163,95,239); }

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

border-color css

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

 span { border-color: rgb(163,95,239); }

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