Html Css Color HEX #A65CFF Medium Purple

📋 copy color: '#A65CFF'

red 166 ◦ green 92 ◦ blue 255

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

Shades of Medium Purple #A65CFF

Tints of Medium Purple #A65CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

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

R = 32.36%
G = 17.93%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A65CFF (or 0xA65CFF) is known color: Medium Purple. HEX triplet: A6, 5C and FF. RGB value is (166,92,255). Sum of RGB (Red+Green+Blue) = 166+92+255=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CFF is #59A300. Grayscale: #848484. Windows color (decimal): -5874433 or 16735398. OLE color: 16735398.

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

Color convert

RGB 166 92 255 -
CMYK 0.35 0.64 0 0
HSL 267.24º 1% 0.68% -
HSV(B) 267.24º 0.64% 1% -
XYZ 37.6 22.98 97.06 -
YUV 132.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 166 92 255 0.35 0.64 0 0 267.24 1 0.68
Hex A6 5C FF 23 40 0 0 10B 64 44
Octal 246 134 377 43 100 0 0 413 144 104
Binary 10100110 1011100 11111111 100011 1000000 0 0 100001011 1100100 1000100

Color Harmonies of #A65CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CFF

Black with #A65CFF

Text Example


Text Example

White with #A65CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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