Html Css Color HEX #A35DEA Medium Purple

📋 copy color: '#A35DEA'

red 163 ◦ green 93 ◦ blue 234

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

Shades of Medium Purple #A35DEA

Tints of Medium Purple #A35DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 33.27%
G = 18.98%
B = 47.76%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A35DEA (or 0xA35DEA) is known color: Medium Purple. HEX triplet: A3, 5D and EA. RGB value is (163,93,234). Sum of RGB (Red+Green+Blue) = 163+93+234=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A35DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35DEA is #5CA215. Grayscale: #818181. Windows color (decimal): -6070806 or 15359395. OLE color: 15359395.

HSL color Cylindrical-coordinate representation of color #A35DEA: hue angle of 269.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A35DEA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 93 234 -
CMYK 0.30 0.60 0 0.08
HSL 269.79º 0.77% 0.64% -
HSV(B) 269.79º 0.6% 0.92% -
XYZ 33.87 21.56 80.22 -
YUV 130 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 163 93 234 0.30 0.60 0 0.08 269.79 0.77 0.64
Hex A3 5D EA 1E 3C 0 8 10E 4D 40
Octal 243 135 352 36 74 0 10 416 115 100
Binary 10100011 1011101 11101010 11110 111100 0 1000 100001110 1001101 1000000

Color Harmonies of #A35DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DEA

Black with #A35DEA

Text Example


Text Example

White with #A35DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DEA; }

 p { color: rgb(163,93,234); }

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

background-color css

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

 a { background-color: rgb(163,93,234); }

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

border-color css

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

 span { border-color: rgb(163,93,234); }

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