Html Css Color HEX #AF7EFC Medium Purple

📋 copy color: '#AF7EFC'

red 175 ◦ green 126 ◦ blue 252

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

Shades of Medium Purple #AF7EFC

Tints of Medium Purple #AF7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.78%

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 31.65%
G = 22.78%
B = 45.57%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF7EFC (or 0xAF7EFC) is known color: Medium Purple. HEX triplet: AF, 7E and FC. RGB value is (175,126,252). Sum of RGB (Red+Green+Blue) = 175+126+252=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFC is #508103. Grayscale: #9A9A9A. Windows color (decimal): -5275908 or 16547503. OLE color: 16547503.

HSL color Cylindrical-coordinate representation of color #AF7EFC: hue angle of 263.33º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7EFC is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 126 252 -
CMYK 0.31 0.5 0 0.01
HSL 263.33º 0.95% 0.74% -
HSV(B) 263.33º 0.5% 0.99% -
XYZ 42.71 31.06 95.84 -
YUV 155.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 175 126 252 0.31 0.5 0 0.01 263.33 0.95 0.74
Hex AF 7E FC 1F 32 0 1 107 5F 4A
Octal 257 176 374 37 62 0 1 407 137 112
Binary 10101111 1111110 11111100 11111 110010 0 1 100000111 1011111 1001010

Color Harmonies of #AF7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EFC

Black with #AF7EFC

Text Example


Text Example

White with #AF7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EFC; }

 p { color: rgb(175,126,252); }

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

background-color css

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

 a { background-color: rgb(175,126,252); }

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

border-color css

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

 span { border-color: rgb(175,126,252); }

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