Html Css Color HEX #A65EEC Medium Purple

📋 copy color: '#A65EEC'

red 166 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A65EEC

Tints of Medium Purple #A65EEC

RGB

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

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

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

R = 33.47%
G = 18.95%
B = 47.58%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65EEC (or 0xA65EEC) is known color: Medium Purple. HEX triplet: A6, 5E and EC. RGB value is (166,94,236). Sum of RGB (Red+Green+Blue) = 166+94+236=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EEC is #59A113. Grayscale: #838383. Windows color (decimal): -5873940 or 15490726. OLE color: 15490726.

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

Color convert

RGB 166 94 236 -
CMYK 0.30 0.60 0 0.07
HSL 270.42º 0.79% 0.65% -
HSV(B) 270.42º 0.6% 0.93% -
XYZ 34.87 22.17 81.8 -
YUV 131.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 166 94 236 0.30 0.60 0 0.07 270.42 0.79 0.65
Hex A6 5E EC 1E 3C 0 7 10E 4F 41
Octal 246 136 354 36 74 0 7 416 117 101
Binary 10100110 1011110 11101100 11110 111100 0 111 100001110 1001111 1000001

Color Harmonies of #A65EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EEC

Black with #A65EEC

Text Example


Text Example

White with #A65EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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