Html Css Color HEX #A35EFC Medium Purple

📋 copy color: '#A35EFC'

red 163 ◦ green 94 ◦ blue 252

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

Shades of Medium Purple #A35EFC

Tints of Medium Purple #A35EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 32.02%
G = 18.47%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A35EFC (or 0xA35EFC) is known color: Medium Purple. HEX triplet: A3, 5E and FC. RGB value is (163,94,252). Sum of RGB (Red+Green+Blue) = 163+94+252=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #A35EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35EFC is #5CA103. Grayscale: #848484. Windows color (decimal): -6070532 or 16539299. OLE color: 16539299.

HSL color Cylindrical-coordinate representation of color #A35EFC: hue angle of 266.2º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35EFC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 94 252 -
CMYK 0.35 0.63 0 0.01
HSL 266.2º 0.96% 0.68% -
HSV(B) 266.2º 0.63% 0.99% -
XYZ 36.68 22.82 94.57 -
YUV 132.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 163 94 252 0.35 0.63 0 0.01 266.2 0.96 0.68
Hex A3 5E FC 23 3F 0 1 10A 60 44
Octal 243 136 374 43 77 0 1 412 140 104
Binary 10100011 1011110 11111100 100011 111111 0 1 100001010 1100000 1000100

Color Harmonies of #A35EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EFC

Black with #A35EFC

Text Example


Text Example

White with #A35EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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