Html Css Color HEX #AF5BC9 Medium Orchid

📋 copy color: '#AF5BC9'

red 175 ◦ green 91 ◦ blue 201

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

Shades of Medium Orchid #AF5BC9

Tints of Medium Orchid #AF5BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

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

R = 37.47%
G = 19.49%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF5BC9 (or 0xAF5BC9) is known color: Medium Orchid. HEX triplet: AF, 5B and C9. RGB value is (175,91,201). Sum of RGB (Red+Green+Blue) = 175+91+201=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF5BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BC9 is #50A436. Grayscale: #808080. Windows color (decimal): -5284919 or 13196207. OLE color: 13196207.

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

Color convert

RGB 175 91 201 -
CMYK 0.13 0.55 0 0.21
HSL 285.82º 0.5% 0.57% -
HSV(B) 285.82º 0.55% 0.79% -
XYZ 31.96 20.81 57.59 -
YUV 128.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 175 91 201 0.13 0.55 0 0.21 285.82 0.5 0.57
Hex AF 5B C9 D 37 0 15 11E 32 39
Octal 257 133 311 15 67 0 25 436 62 71
Binary 10101111 1011011 11001001 1101 110111 0 10101 100011110 110010 111001

Color Harmonies of #AF5BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BC9

Black with #AF5BC9

Text Example


Text Example

White with #AF5BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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