Html Css Color HEX #A665EB Medium Purple

📋 copy color: '#A665EB'

red 166 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #A665EB

Tints of Medium Purple #A665EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 33.07%
G = 20.12%
B = 46.81%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A665EB (or 0xA665EB) is known color: Medium Purple. HEX triplet: A6, 65 and EB. RGB value is (166,101,235). Sum of RGB (Red+Green+Blue) = 166+101+235=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #A665EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665EB is #599A14. Grayscale: #878787. Windows color (decimal): -5872149 or 15426982. OLE color: 15426982.

HSL color Cylindrical-coordinate representation of color #A665EB: hue angle of 269.1º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A665EB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 101 235 -
CMYK 0.29 0.57 0 0.08
HSL 269.1º 0.77% 0.66% -
HSV(B) 269.1º 0.57% 0.92% -
XYZ 35.37 23.41 81.25 -
YUV 135.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 166 101 235 0.29 0.57 0 0.08 269.1 0.77 0.66
Hex A6 65 EB 1D 39 0 8 10D 4D 42
Octal 246 145 353 35 71 0 10 415 115 102
Binary 10100110 1100101 11101011 11101 111001 0 1000 100001101 1001101 1000010

Color Harmonies of #A665EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665EB

Black with #A665EB

Text Example


Text Example

White with #A665EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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