Html Css Color HEX #AF7DEE Medium Purple

📋 copy color: '#AF7DEE'

red 175 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #AF7DEE

Tints of Medium Purple #AF7DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 32.53%
G = 23.23%
B = 44.24%

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

#AF7DEE (or 0xAF7DEE) is known color: Medium Purple. HEX triplet: AF, 7D and EE. RGB value is (175,125,238). Sum of RGB (Red+Green+Blue) = 175+125+238=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DEE is #508211. Grayscale: #989898. Windows color (decimal): -5276178 or 15629743. OLE color: 15629743.

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

Color convert

RGB 175 125 238 -
CMYK 0.26 0.47 0 0.07
HSL 266.55º 0.77% 0.71% -
HSV(B) 266.55º 0.47% 0.93% -
XYZ 40.45 29.95 84.54 -
YUV 152.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 175 125 238 0.26 0.47 0 0.07 266.55 0.77 0.71
Hex AF 7D EE 1A 2F 0 7 10B 4D 47
Octal 257 175 356 32 57 0 7 413 115 107
Binary 10101111 1111101 11101110 11010 101111 0 111 100001011 1001101 1000111

Color Harmonies of #AF7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DEE

Black with #AF7DEE

Text Example


Text Example

White with #AF7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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