Html Css Color HEX #AF76EC Medium Purple

📋 copy color: '#AF76EC'

red 175 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #AF76EC

Tints of Medium Purple #AF76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.31%

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

R = 33.08%
G = 22.31%
B = 44.61%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF76EC (or 0xAF76EC) is known color: Medium Purple. HEX triplet: AF, 76 and EC. RGB value is (175,118,236). Sum of RGB (Red+Green+Blue) = 175+118+236=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76EC is #508913. Grayscale: #949494. Windows color (decimal): -5277972 or 15496879. OLE color: 15496879.

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

Color convert

RGB 175 118 236 -
CMYK 0.26 0.5 0 0.07
HSL 268.98º 0.76% 0.69% -
HSV(B) 268.98º 0.5% 0.93% -
XYZ 39.3 28.13 82.71 -
YUV 148.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 175 118 236 0.26 0.5 0 0.07 268.98 0.76 0.69
Hex AF 76 EC 1A 32 0 7 10D 4C 45
Octal 257 166 354 32 62 0 7 415 114 105
Binary 10101111 1110110 11101100 11010 110010 0 111 100001101 1001100 1000101

Color Harmonies of #AF76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76EC

Black with #AF76EC

Text Example


Text Example

White with #AF76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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