Html Css Color HEX #A665EE Medium Purple

📋 copy color: '#A665EE'

red 166 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #A665EE

Tints of Medium Purple #A665EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 32.87%
G = 20%
B = 47.13%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A665EE (or 0xA665EE) is known color: Medium Purple. HEX triplet: A6, 65 and EE. RGB value is (166,101,238). Sum of RGB (Red+Green+Blue) = 166+101+238=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A665EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665EE is #599A11. Grayscale: #878787. Windows color (decimal): -5872146 or 15623590. OLE color: 15623590.

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

Color convert

RGB 166 101 238 -
CMYK 0.30 0.58 0 0.07
HSL 268.47º 0.8% 0.66% -
HSV(B) 268.47º 0.58% 0.93% -
XYZ 35.81 23.59 83.55 -
YUV 136.05 185.53 149.36 -
System Red Green Blue C M Y K H S L
Decimal 166 101 238 0.30 0.58 0 0.07 268.47 0.8 0.66
Hex A6 65 EE 1E 3A 0 7 10C 50 42
Octal 246 145 356 36 72 0 7 414 120 102
Binary 10100110 1100101 11101110 11110 111010 0 111 100001100 1010000 1000010

Color Harmonies of #A665EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665EE

Black with #A665EE

Text Example


Text Example

White with #A665EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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