Html Css Color HEX #A65DF1 Medium Purple

📋 copy color: '#A65DF1'

red 166 ◦ green 93 ◦ blue 241

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

Shades of Medium Purple #A65DF1

Tints of Medium Purple #A65DF1

RGB

 RED value IS 166 (65.23% from 255) = 33.2%

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

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

R = 33.2%
G = 18.6%
B = 48.2%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A65DF1 (or 0xA65DF1) is known color: Medium Purple. HEX triplet: A6, 5D and F1. RGB value is (166,93,241). Sum of RGB (Red+Green+Blue) = 166+93+241=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #A65DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DF1 is #59A20E. Grayscale: #838383. Windows color (decimal): -5874191 or 15818150. OLE color: 15818150.

HSL color Cylindrical-coordinate representation of color #A65DF1: hue angle of 269.59º 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 #A65DF1 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 93 241 -
CMYK 0.31 0.61 0 0.05
HSL 269.59º 0.84% 0.65% -
HSV(B) 269.59º 0.61% 0.95% -
XYZ 35.52 22.29 85.65 -
YUV 131.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 166 93 241 0.31 0.61 0 0.05 269.59 0.84 0.65
Hex A6 5D F1 1F 3D 0 5 10E 54 41
Octal 246 135 361 37 75 0 5 416 124 101
Binary 10100110 1011101 11110001 11111 111101 0 101 100001110 1010100 1000001

Color Harmonies of #A65DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DF1

Black with #A65DF1

Text Example


Text Example

White with #A65DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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