Html Css Color HEX #AF5BC8 Medium Orchid

📋 copy color: '#AF5BC8'

red 175 ◦ green 91 ◦ blue 200

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

Shades of Medium Orchid #AF5BC8

Tints of Medium Orchid #AF5BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 37.55%
G = 19.53%
B = 42.92%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF5BC8 (or 0xAF5BC8) is known color: Medium Orchid. HEX triplet: AF, 5B and C8. RGB value is (175,91,200). Sum of RGB (Red+Green+Blue) = 175+91+200=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF5BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BC8 is #50A437. Grayscale: #808080. Windows color (decimal): -5284920 or 13130671. OLE color: 13130671.

HSL color Cylindrical-coordinate representation of color #AF5BC8: hue angle of 286.24º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5BC8 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 91 200 -
CMYK 0.12 0.54 0 0.22
HSL 286.24º 0.5% 0.57% -
HSV(B) 286.24º 0.55% 0.78% -
XYZ 31.85 20.77 56.97 -
YUV 128.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 175 91 200 0.12 0.54 0 0.22 286.24 0.5 0.57
Hex AF 5B C8 C 36 0 16 11E 32 39
Octal 257 133 310 14 66 0 26 436 62 71
Binary 10101111 1011011 11001000 1100 110110 0 10110 100011110 110010 111001

Color Harmonies of #AF5BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BC8

Black with #AF5BC8

Text Example


Text Example

White with #AF5BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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