Html Css Color HEX #A65FFF Medium Purple

📋 copy color: '#A65FFF'

red 166 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #A65FFF

Tints of Medium Purple #A65FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

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

R = 32.17%
G = 18.41%
B = 49.42%

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

#A65FFF (or 0xA65FFF) is known color: Medium Purple. HEX triplet: A6, 5F and FF. RGB value is (166,95,255). Sum of RGB (Red+Green+Blue) = 166+95+255=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FFF is #59A000. Grayscale: #858585. Windows color (decimal): -5873665 or 16736166. OLE color: 16736166.

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

Color convert

RGB 166 95 255 -
CMYK 0.35 0.63 0 0
HSL 266.63º 1% 0.69% -
HSV(B) 266.63º 0.63% 1% -
XYZ 37.87 23.51 97.15 -
YUV 134.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 166 95 255 0.35 0.63 0 0 266.63 1 0.69
Hex A6 5F FF 23 3F 0 0 10B 64 45
Octal 246 137 377 43 77 0 0 413 144 105
Binary 10100110 1011111 11111111 100011 111111 0 0 100001011 1100100 1000101

Color Harmonies of #A65FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FFF

Black with #A65FFF

Text Example


Text Example

White with #A65FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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