Html Css Color HEX #AF5CF7 Medium Orchid

📋 copy color: '#AF5CF7'

red 175 ◦ green 92 ◦ blue 247

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

Shades of Medium Orchid #AF5CF7

Tints of Medium Orchid #AF5CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.05%

R = 34.05%
G = 17.9%
B = 48.05%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF5CF7 (or 0xAF5CF7) is known color: Medium Orchid. HEX triplet: AF, 5C and F7. RGB value is (175,92,247). Sum of RGB (Red+Green+Blue) = 175+92+247=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF5CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF7 is #50A308. Grayscale: #858585. Windows color (decimal): -5284617 or 16211119. OLE color: 16211119.

HSL color Cylindrical-coordinate representation of color #AF5CF7: hue angle of 272.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5CF7 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 92 247 -
CMYK 0.29 0.63 0 0.03
HSL 272.13º 0.91% 0.66% -
HSV(B) 272.13º 0.63% 0.97% -
XYZ 38.29 23.48 90.51 -
YUV 134.49 191.5 156.9 -
System Red Green Blue C M Y K H S L
Decimal 175 92 247 0.29 0.63 0 0.03 272.13 0.91 0.66
Hex AF 5C F7 1D 3F 0 3 110 5B 42
Octal 257 134 367 35 77 0 3 420 133 102
Binary 10101111 1011100 11110111 11101 111111 0 11 100010000 1011011 1000010

Color Harmonies of #AF5CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CF7

Black with #AF5CF7

Text Example


Text Example

White with #AF5CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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