Html Css Color HEX #AF5FC0 Medium Orchid

📋 copy color: '#AF5FC0'

red 175 ◦ green 95 ◦ blue 192

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

Shades of Medium Orchid #AF5FC0

Tints of Medium Orchid #AF5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.56%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 37.88%
G = 20.56%
B = 41.56%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF5FC0 (or 0xAF5FC0) is known color: Medium Orchid. HEX triplet: AF, 5F and C0. RGB value is (175,95,192). Sum of RGB (Red+Green+Blue) = 175+95+192=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF5FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FC0 is #50A03F. Grayscale: #818181. Windows color (decimal): -5283904 or 12607407. OLE color: 12607407.

HSL color Cylindrical-coordinate representation of color #AF5FC0: hue angle of 289.48º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5FC0 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 95 192 -
CMYK 0.09 0.51 0 0.25
HSL 289.48º 0.43% 0.56% -
HSV(B) 289.48º 0.51% 0.75% -
XYZ 31.29 21.1 52.29 -
YUV 129.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 175 95 192 0.09 0.51 0 0.25 289.48 0.43 0.56
Hex AF 5F C0 9 33 0 19 121 2B 38
Octal 257 137 300 11 63 0 31 441 53 70
Binary 10101111 1011111 11000000 1001 110011 0 11001 100100001 101011 111000

Color Harmonies of #AF5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FC0

Black with #AF5FC0

Text Example


Text Example

White with #AF5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FC0; }

 p { color: rgb(175,95,192); }

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

background-color css

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

 a { background-color: rgb(175,95,192); }

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

border-color css

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

 span { border-color: rgb(175,95,192); }

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