Html Css Color HEX #AF7CEC Medium Purple

📋 copy color: '#AF7CEC'

red 175 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #AF7CEC

Tints of Medium Purple #AF7CEC

RGB

 RED value IS 175 (68.75% from 255) = 32.71%

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 32.71%
G = 23.18%
B = 44.11%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7CEC (or 0xAF7CEC) is known color: Medium Purple. HEX triplet: AF, 7C and EC. RGB value is (175,124,236). Sum of RGB (Red+Green+Blue) = 175+124+236=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CEC is #508313. Grayscale: #979797. Windows color (decimal): -5276436 or 15498415. OLE color: 15498415.

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

Color convert

RGB 175 124 236 -
CMYK 0.26 0.47 0 0.07
HSL 267.32º 0.75% 0.71% -
HSV(B) 267.32º 0.47% 0.93% -
XYZ 40.03 29.59 82.96 -
YUV 152.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 175 124 236 0.26 0.47 0 0.07 267.32 0.75 0.71
Hex AF 7C EC 1A 2F 0 7 10B 4B 47
Octal 257 174 354 32 57 0 7 413 113 107
Binary 10101111 1111100 11101100 11010 101111 0 111 100001011 1001011 1000111

Color Harmonies of #AF7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CEC

Black with #AF7CEC

Text Example


Text Example

White with #AF7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CEC; }

 p { color: rgb(175,124,236); }

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

background-color css

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

 a { background-color: rgb(175,124,236); }

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

border-color css

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

 span { border-color: rgb(175,124,236); }

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