Html Css Color HEX #A65DEC Medium Purple

📋 copy color: '#A65DEC'

red 166 ◦ green 93 ◦ blue 236

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

Shades of Medium Purple #A65DEC

Tints of Medium Purple #A65DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 33.54%
G = 18.79%
B = 47.68%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65DEC (or 0xA65DEC) is known color: Medium Purple. HEX triplet: A6, 5D and EC. RGB value is (166,93,236). Sum of RGB (Red+Green+Blue) = 166+93+236=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DEC is #59A213. Grayscale: #828282. Windows color (decimal): -5874196 or 15490470. OLE color: 15490470.

HSL color Cylindrical-coordinate representation of color #A65DEC: hue angle of 270.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65DEC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 93 236 -
CMYK 0.30 0.61 0 0.07
HSL 270.63º 0.79% 0.65% -
HSV(B) 270.63º 0.61% 0.93% -
XYZ 34.78 21.99 81.77 -
YUV 131.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 166 93 236 0.30 0.61 0 0.07 270.63 0.79 0.65
Hex A6 5D EC 1E 3D 0 7 10F 4F 41
Octal 246 135 354 36 75 0 7 417 117 101
Binary 10100110 1011101 11101100 11110 111101 0 111 100001111 1001111 1000001

Color Harmonies of #A65DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DEC

Black with #A65DEC

Text Example


Text Example

White with #A65DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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