Html Css Color HEX #A17CED Medium Purple

📋 copy color: '#A17CED'

red 161 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #A17CED

Tints of Medium Purple #A17CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 30.84%
G = 23.75%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A17CED (or 0xA17CED) is known color: Medium Purple. HEX triplet: A1, 7C and ED. RGB value is (161,124,237). Sum of RGB (Red+Green+Blue) = 161+124+237=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A17CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CED is #5E8312. Grayscale: #939393. Windows color (decimal): -6193939 or 15563937. OLE color: 15563937.

HSL color Cylindrical-coordinate representation of color #A17CED: hue angle of 259.65º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17CED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 124 237 -
CMYK 0.32 0.48 0 0.07
HSL 259.65º 0.76% 0.71% -
HSV(B) 259.65º 0.48% 0.93% -
XYZ 37.19 28.11 83.59 -
YUV 147.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 161 124 237 0.32 0.48 0 0.07 259.65 0.76 0.71
Hex A1 7C ED 20 30 0 7 104 4C 47
Octal 241 174 355 40 60 0 7 404 114 107
Binary 10100001 1111100 11101101 100000 110000 0 111 100000100 1001100 1000111

Color Harmonies of #A17CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CED

Black with #A17CED

Text Example


Text Example

White with #A17CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CED; }

 p { color: rgb(161,124,237); }

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

background-color css

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

 a { background-color: rgb(161,124,237); }

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

border-color css

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

 span { border-color: rgb(161,124,237); }

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