Html Css Color HEX #AF7DEF Medium Purple

📋 copy color: '#AF7DEF'

red 175 ◦ green 125 ◦ blue 239

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

Shades of Medium Purple #AF7DEF

Tints of Medium Purple #AF7DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 32.47%
G = 23.19%
B = 44.34%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF7DEF (or 0xAF7DEF) is known color: Medium Purple. HEX triplet: AF, 7D and EF. RGB value is (175,125,239). Sum of RGB (Red+Green+Blue) = 175+125+239=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF7DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DEF is #508210. Grayscale: #989898. Windows color (decimal): -5276177 or 15695279. OLE color: 15695279.

HSL color Cylindrical-coordinate representation of color #AF7DEF: hue angle of 266.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7DEF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 125 239 -
CMYK 0.27 0.48 0 0.06
HSL 266.32º 0.78% 0.71% -
HSV(B) 266.32º 0.48% 0.94% -
XYZ 40.59 30.01 85.32 -
YUV 152.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 175 125 239 0.27 0.48 0 0.06 266.32 0.78 0.71
Hex AF 7D EF 1B 30 0 6 10A 4E 47
Octal 257 175 357 33 60 0 6 412 116 107
Binary 10101111 1111101 11101111 11011 110000 0 110 100001010 1001110 1000111

Color Harmonies of #AF7DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DEF

Black with #AF7DEF

Text Example


Text Example

White with #AF7DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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