Html Css Color HEX #A35DF1 Medium Purple

📋 copy color: '#A35DF1'

red 163 ◦ green 93 ◦ blue 241

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

Shades of Medium Purple #A35DF1

Tints of Medium Purple #A35DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 32.8%
G = 18.71%
B = 48.49%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A35DF1 (or 0xA35DF1) is known color: Medium Purple. HEX triplet: A3, 5D and F1. RGB value is (163,93,241). Sum of RGB (Red+Green+Blue) = 163+93+241=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #A35DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35DF1 is #5CA20E. Grayscale: #828282. Windows color (decimal): -6070799 or 15818147. OLE color: 15818147.

HSL color Cylindrical-coordinate representation of color #A35DF1: hue angle of 268.38º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35DF1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 93 241 -
CMYK 0.32 0.61 0 0.05
HSL 268.38º 0.84% 0.65% -
HSV(B) 268.38º 0.61% 0.95% -
XYZ 34.9 21.97 85.62 -
YUV 130.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 163 93 241 0.32 0.61 0 0.05 268.38 0.84 0.65
Hex A3 5D F1 20 3D 0 5 10C 54 41
Octal 243 135 361 40 75 0 5 414 124 101
Binary 10100011 1011101 11110001 100000 111101 0 101 100001100 1010100 1000001

Color Harmonies of #A35DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DF1

Black with #A35DF1

Text Example


Text Example

White with #A35DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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