Html Css Color HEX #AF7FED Medium Purple

📋 copy color: '#AF7FED'

red 175 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #AF7FED

Tints of Medium Purple #AF7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 32.47%
G = 23.56%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7FED (or 0xAF7FED) is known color: Medium Purple. HEX triplet: AF, 7F and ED. RGB value is (175,127,237). Sum of RGB (Red+Green+Blue) = 175+127+237=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FED is #508012. Grayscale: #999999. Windows color (decimal): -5275667 or 15564719. OLE color: 15564719.

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

Color convert

RGB 175 127 237 -
CMYK 0.26 0.46 0 0.07
HSL 266.18º 0.75% 0.71% -
HSV(B) 266.18º 0.46% 0.93% -
XYZ 40.55 30.41 83.85 -
YUV 153.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 175 127 237 0.26 0.46 0 0.07 266.18 0.75 0.71
Hex AF 7F ED 1A 2E 0 7 10A 4B 47
Octal 257 177 355 32 56 0 7 412 113 107
Binary 10101111 1111111 11101101 11010 101110 0 111 100001010 1001011 1000111

Color Harmonies of #AF7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FED

Black with #AF7FED

Text Example


Text Example

White with #AF7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FED; }

 p { color: rgb(175,127,237); }

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

background-color css

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

 a { background-color: rgb(175,127,237); }

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

border-color css

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

 span { border-color: rgb(175,127,237); }

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