Html Css Color HEX #AF5EFC Medium Purple

📋 copy color: '#AF5EFC'

red 175 ◦ green 94 ◦ blue 252

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

Shades of Medium Purple #AF5EFC

Tints of Medium Purple #AF5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

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

R = 33.59%
G = 18.04%
B = 48.37%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF5EFC (or 0xAF5EFC) is known color: Medium Purple. HEX triplet: AF, 5E and FC. RGB value is (175,94,252). Sum of RGB (Red+Green+Blue) = 175+94+252=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFC is #50A103. Grayscale: #878787. Windows color (decimal): -5284100 or 16539311. OLE color: 16539311.

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

Color convert

RGB 175 94 252 -
CMYK 0.31 0.63 0 0.01
HSL 270.76º 0.96% 0.68% -
HSV(B) 270.76º 0.63% 0.99% -
XYZ 39.25 24.15 94.69 -
YUV 136.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 175 94 252 0.31 0.63 0 0.01 270.76 0.96 0.68
Hex AF 5E FC 1F 3F 0 1 10F 60 44
Octal 257 136 374 37 77 0 1 417 140 104
Binary 10101111 1011110 11111100 11111 111111 0 1 100001111 1100000 1000100

Color Harmonies of #AF5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EFC

Black with #AF5EFC

Text Example


Text Example

White with #AF5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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