Html Css Color HEX #A665EC Medium Purple

📋 copy color: '#A665EC'

red 166 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #A665EC

Tints of Medium Purple #A665EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

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

R = 33%
G = 20.08%
B = 46.92%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A665EC (or 0xA665EC) is known color: Medium Purple. HEX triplet: A6, 65 and EC. RGB value is (166,101,236). Sum of RGB (Red+Green+Blue) = 166+101+236=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A665EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665EC is #599A13. Grayscale: #878787. Windows color (decimal): -5872148 or 15492518. OLE color: 15492518.

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

Color convert

RGB 166 101 236 -
CMYK 0.30 0.57 0 0.07
HSL 268.89º 0.78% 0.66% -
HSV(B) 268.89º 0.57% 0.93% -
XYZ 35.52 23.47 82.02 -
YUV 135.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 166 101 236 0.30 0.57 0 0.07 268.89 0.78 0.66
Hex A6 65 EC 1E 39 0 7 10D 4E 42
Octal 246 145 354 36 71 0 7 415 116 102
Binary 10100110 1100101 11101100 11110 111001 0 111 100001101 1001110 1000010

Color Harmonies of #A665EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665EC

Black with #A665EC

Text Example


Text Example

White with #A665EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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