Html Css Color HEX #AF5FC9 Medium Orchid

📋 copy color: '#AF5FC9'

red 175 ◦ green 95 ◦ blue 201

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

Shades of Medium Orchid #AF5FC9

Tints of Medium Orchid #AF5FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 37.15%
G = 20.17%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF5FC9 (or 0xAF5FC9) is known color: Medium Orchid. HEX triplet: AF, 5F and C9. RGB value is (175,95,201). Sum of RGB (Red+Green+Blue) = 175+95+201=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF5FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FC9 is #50A036. Grayscale: #828282. Windows color (decimal): -5283895 or 13197231. OLE color: 13197231.

HSL color Cylindrical-coordinate representation of color #AF5FC9: hue angle of 285.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5FC9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 95 201 -
CMYK 0.13 0.53 0 0.21
HSL 285.28º 0.5% 0.58% -
HSV(B) 285.28º 0.53% 0.79% -
XYZ 32.31 21.52 57.71 -
YUV 131 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 175 95 201 0.13 0.53 0 0.21 285.28 0.5 0.58
Hex AF 5F C9 D 35 0 15 11D 32 3A
Octal 257 137 311 15 65 0 25 435 62 72
Binary 10101111 1011111 11001001 1101 110101 0 10101 100011101 110010 111010

Color Harmonies of #AF5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FC9

Black with #AF5FC9

Text Example


Text Example

White with #AF5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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