Html Css Color HEX #A17FF0 Medium Purple

📋 copy color: '#A17FF0'

red 161 ◦ green 127 ◦ blue 240

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

Shades of Medium Purple #A17FF0

Tints of Medium Purple #A17FF0

RGB

 RED value IS 161 (63.28% from 255) = 30.49%

 GREEN value IS 127 (50% from 255) = 24.05%

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 30.49%
G = 24.05%
B = 45.45%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A17FF0 (or 0xA17FF0) is known color: Medium Purple. HEX triplet: A1, 7F and F0. RGB value is (161,127,240). Sum of RGB (Red+Green+Blue) = 161+127+240=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #A17FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF0 is #5E800F. Grayscale: #959595. Windows color (decimal): -6193168 or 15761313. OLE color: 15761313.

HSL color Cylindrical-coordinate representation of color #A17FF0: hue angle of 258.05º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17FF0 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 127 240 -
CMYK 0.33 0.47 0 0.06
HSL 258.05º 0.79% 0.72% -
HSV(B) 258.05º 0.47% 0.94% -
XYZ 38.02 29.05 86.04 -
YUV 150.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 161 127 240 0.33 0.47 0 0.06 258.05 0.79 0.72
Hex A1 7F F0 21 2F 0 6 102 4F 48
Octal 241 177 360 41 57 0 6 402 117 110
Binary 10100001 1111111 11110000 100001 101111 0 110 100000010 1001111 1001000

Color Harmonies of #A17FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FF0

Black with #A17FF0

Text Example


Text Example

White with #A17FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FF0; }

 p { color: rgb(161,127,240); }

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

background-color css

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

 a { background-color: rgb(161,127,240); }

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

border-color css

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

 span { border-color: rgb(161,127,240); }

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