Html Css Color HEX #AF5FBF Medium Orchid

📋 copy color: '#AF5FBF'

red 175 ◦ green 95 ◦ blue 191

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

Shades of Medium Orchid #AF5FBF

Tints of Medium Orchid #AF5FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.43%

R = 37.96%
G = 20.61%
B = 41.43%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF5FBF (or 0xAF5FBF) is known color: Medium Orchid. HEX triplet: AF, 5F and BF. RGB value is (175,95,191). Sum of RGB (Red+Green+Blue) = 175+95+191=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FBF is #50A040. Grayscale: #818181. Windows color (decimal): -5283905 or 12541871. OLE color: 12541871.

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

Color convert

RGB 175 95 191 -
CMYK 0.08 0.50 0 0.25
HSL 290º 0.43% 0.56% -
HSV(B) 290º 0.5% 0.75% -
XYZ 31.18 21.06 51.71 -
YUV 129.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 175 95 191 0.08 0.50 0 0.25 290 0.43 0.56
Hex AF 5F BF 8 32 0 19 122 2B 38
Octal 257 137 277 10 62 0 31 442 53 70
Binary 10101111 1011111 10111111 1000 110010 0 11001 100100010 101011 111000

Color Harmonies of #AF5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FBF

Black with #AF5FBF

Text Example


Text Example

White with #AF5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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