Html Css Color HEX #A665FC Medium Purple

📋 copy color: '#A665FC'

red 166 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #A665FC

Tints of Medium Purple #A665FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 31.98%
G = 19.46%
B = 48.55%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A665FC (or 0xA665FC) is known color: Medium Purple. HEX triplet: A6, 65 and FC. RGB value is (166,101,252). Sum of RGB (Red+Green+Blue) = 166+101+252=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #A665FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665FC is #599A03. Grayscale: #898989. Windows color (decimal): -5872132 or 16541094. OLE color: 16541094.

HSL color Cylindrical-coordinate representation of color #A665FC: hue angle of 265.83º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A665FC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 101 252 -
CMYK 0.34 0.60 0 0.01
HSL 265.83º 0.96% 0.69% -
HSV(B) 265.83º 0.6% 0.99% -
XYZ 37.95 24.44 94.81 -
YUV 137.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 166 101 252 0.34 0.60 0 0.01 265.83 0.96 0.69
Hex A6 65 FC 22 3C 0 1 10A 60 45
Octal 246 145 374 42 74 0 1 412 140 105
Binary 10100110 1100101 11111100 100010 111100 0 1 100001010 1100000 1000101

Color Harmonies of #A665FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665FC

Black with #A665FC

Text Example


Text Example

White with #A665FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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