Html Css Color HEX #AF5DFC Medium Orchid

📋 copy color: '#AF5DFC'

red 175 ◦ green 93 ◦ blue 252

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

Shades of Medium Orchid #AF5DFC

Tints of Medium Orchid #AF5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

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

R = 33.65%
G = 17.88%
B = 48.46%

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

#AF5DFC (or 0xAF5DFC) is known color: Medium Orchid. HEX triplet: AF, 5D and FC. RGB value is (175,93,252). Sum of RGB (Red+Green+Blue) = 175+93+252=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFC is #50A203. Grayscale: #878787. Windows color (decimal): -5284356 or 16539055. OLE color: 16539055.

HSL color Cylindrical-coordinate representation of color #AF5DFC: hue angle of 270.94º 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 #AF5DFC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 93 252 -
CMYK 0.31 0.63 0 0.01
HSL 270.94º 0.96% 0.68% -
HSV(B) 270.94º 0.63% 0.99% -
XYZ 39.16 23.97 94.66 -
YUV 135.64 193.67 156.07 -
System Red Green Blue C M Y K H S L
Decimal 175 93 252 0.31 0.63 0 0.01 270.94 0.96 0.68
Hex AF 5D FC 1F 3F 0 1 10F 60 44
Octal 257 135 374 37 77 0 1 417 140 104
Binary 10101111 1011101 11111100 11111 111111 0 1 100001111 1100000 1000100

Color Harmonies of #AF5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DFC

Black with #AF5DFC

Text Example


Text Example

White with #AF5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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