Html Css Color HEX #AF5FC1 Medium Orchid

📋 copy color: '#AF5FC1'

red 175 ◦ green 95 ◦ blue 193

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

Shades of Medium Orchid #AF5FC1

Tints of Medium Orchid #AF5FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 37.8%
G = 20.52%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF5FC1 (or 0xAF5FC1) is known color: Medium Orchid. HEX triplet: AF, 5F and C1. RGB value is (175,95,193). Sum of RGB (Red+Green+Blue) = 175+95+193=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FC1 is #50A03E. Grayscale: #818181. Windows color (decimal): -5283903 or 12672943. OLE color: 12672943.

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

Color convert

RGB 175 95 193 -
CMYK 0.09 0.51 0 0.24
HSL 288.98º 0.44% 0.56% -
HSV(B) 288.98º 0.51% 0.76% -
XYZ 31.4 21.15 52.88 -
YUV 130.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 175 95 193 0.09 0.51 0 0.24 288.98 0.44 0.56
Hex AF 5F C1 9 33 0 18 121 2C 38
Octal 257 137 301 11 63 0 30 441 54 70
Binary 10101111 1011111 11000001 1001 110011 0 11000 100100001 101100 111000

Color Harmonies of #AF5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FC1

Black with #AF5FC1

Text Example


Text Example

White with #AF5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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