Html Css Color HEX #A65EFF Medium Purple

📋 copy color: '#A65EFF'

red 166 ◦ green 94 ◦ blue 255

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

Shades of Medium Purple #A65EFF

Tints of Medium Purple #A65EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 32.23%
G = 18.25%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A65EFF (or 0xA65EFF) is known color: Medium Purple. HEX triplet: A6, 5E and FF. RGB value is (166,94,255). Sum of RGB (Red+Green+Blue) = 166+94+255=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EFF is #59A100. Grayscale: #858585. Windows color (decimal): -5873921 or 16735910. OLE color: 16735910.

HSL color Cylindrical-coordinate representation of color #A65EFF: hue angle of 266.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65EFF is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 94 255 -
CMYK 0.35 0.63 0 0
HSL 266.83º 1% 0.68% -
HSV(B) 266.83º 0.63% 1% -
XYZ 37.78 23.33 97.12 -
YUV 133.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 166 94 255 0.35 0.63 0 0 266.83 1 0.68
Hex A6 5E FF 23 3F 0 0 10B 64 44
Octal 246 136 377 43 77 0 0 413 144 104
Binary 10100110 1011110 11111111 100011 111111 0 0 100001011 1100100 1000100

Color Harmonies of #A65EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EFF

Black with #A65EFF

Text Example


Text Example

White with #A65EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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