Html Css Color HEX #A661FF Medium Purple

📋 copy color: '#A661FF'

red 166 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #A661FF

Tints of Medium Purple #A661FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 32.05%
G = 18.73%
B = 49.23%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A661FF (or 0xA661FF) is known color: Medium Purple. HEX triplet: A6, 61 and FF. RGB value is (166,97,255). Sum of RGB (Red+Green+Blue) = 166+97+255=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A661FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661FF is #599E00. Grayscale: #878787. Windows color (decimal): -5873153 or 16736678. OLE color: 16736678.

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

Color convert

RGB 166 97 255 -
CMYK 0.35 0.62 0 0
HSL 266.2º 1% 0.69% -
HSV(B) 266.2º 0.62% 1% -
XYZ 38.05 23.88 97.21 -
YUV 135.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 166 97 255 0.35 0.62 0 0 266.2 1 0.69
Hex A6 61 FF 23 3E 0 0 10A 64 45
Octal 246 141 377 43 76 0 0 412 144 105
Binary 10100110 1100001 11111111 100011 111110 0 0 100001010 1100100 1000101

Color Harmonies of #A661FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661FF

Black with #A661FF

Text Example


Text Example

White with #A661FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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