Html Css Color HEX #A65EED Medium Purple

📋 copy color: '#A65EED'

red 166 ◦ green 94 ◦ blue 237

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

Shades of Medium Purple #A65EED

Tints of Medium Purple #A65EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 33.4%
G = 18.91%
B = 47.69%

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

#A65EED (or 0xA65EED) is known color: Medium Purple. HEX triplet: A6, 5E and ED. RGB value is (166,94,237). Sum of RGB (Red+Green+Blue) = 166+94+237=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #A65EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EED is #59A112. Grayscale: #838383. Windows color (decimal): -5873939 or 15556262. OLE color: 15556262.

HSL color Cylindrical-coordinate representation of color #A65EED: hue angle of 270.21º degrees, saturation: 0.8, 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 #A65EED is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 94 237 -
CMYK 0.30 0.60 0 0.07
HSL 270.21º 0.8% 0.65% -
HSV(B) 270.21º 0.6% 0.93% -
XYZ 35.01 22.23 82.57 -
YUV 131.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 166 94 237 0.30 0.60 0 0.07 270.21 0.8 0.65
Hex A6 5E ED 1E 3C 0 7 10E 50 41
Octal 246 136 355 36 74 0 7 416 120 101
Binary 10100110 1011110 11101101 11110 111100 0 111 100001110 1010000 1000001

Color Harmonies of #A65EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EED

Black with #A65EED

Text Example


Text Example

White with #A65EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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