Html Css Color HEX #AF5CFC Medium Orchid

📋 copy color: '#AF5CFC'

red 175 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #AF5CFC

Tints of Medium Orchid #AF5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

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

R = 33.72%
G = 17.73%
B = 48.55%

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

#AF5CFC (or 0xAF5CFC) is known color: Medium Orchid. HEX triplet: AF, 5C and FC. RGB value is (175,92,252). Sum of RGB (Red+Green+Blue) = 175+92+252=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFC is #50A303. Grayscale: #868686. Windows color (decimal): -5284612 or 16538799. OLE color: 16538799.

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

Color convert

RGB 175 92 252 -
CMYK 0.31 0.63 0 0.01
HSL 271.13º 0.96% 0.67% -
HSV(B) 271.13º 0.63% 0.99% -
XYZ 39.08 23.8 94.63 -
YUV 135.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 175 92 252 0.31 0.63 0 0.01 271.13 0.96 0.67
Hex AF 5C FC 1F 3F 0 1 10F 60 43
Octal 257 134 374 37 77 0 1 417 140 103
Binary 10101111 1011100 11111100 11111 111111 0 1 100001111 1100000 1000011

Color Harmonies of #AF5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CFC

Black with #AF5CFC

Text Example


Text Example

White with #AF5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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