Html Css Color HEX #AF7DEC Medium Purple

📋 copy color: '#AF7DEC'

red 175 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #AF7DEC

Tints of Medium Purple #AF7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

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

R = 32.65%
G = 23.32%
B = 44.03%

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

#AF7DEC (or 0xAF7DEC) is known color: Medium Purple. HEX triplet: AF, 7D and EC. RGB value is (175,125,236). Sum of RGB (Red+Green+Blue) = 175+125+236=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DEC is #508213. Grayscale: #989898. Windows color (decimal): -5276180 or 15498671. OLE color: 15498671.

HSL color Cylindrical-coordinate representation of color #AF7DEC: hue angle of 267.03º degrees, saturation: 0.74, 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 #AF7DEC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 125 236 -
CMYK 0.26 0.47 0 0.07
HSL 267.03º 0.74% 0.71% -
HSV(B) 267.03º 0.47% 0.93% -
XYZ 40.15 29.84 83 -
YUV 152.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 175 125 236 0.26 0.47 0 0.07 267.03 0.74 0.71
Hex AF 7D EC 1A 2F 0 7 10B 4A 47
Octal 257 175 354 32 57 0 7 413 112 107
Binary 10101111 1111101 11101100 11010 101111 0 111 100001011 1001010 1000111

Color Harmonies of #AF7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DEC

Black with #AF7DEC

Text Example


Text Example

White with #AF7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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