Html Css Color HEX #AF5BD1 Medium Orchid

📋 copy color: '#AF5BD1'

red 175 ◦ green 91 ◦ blue 209

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

Shades of Medium Orchid #AF5BD1

Tints of Medium Orchid #AF5BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44%

R = 36.84%
G = 19.16%
B = 44%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF5BD1 (or 0xAF5BD1) is known color: Medium Orchid. HEX triplet: AF, 5B and D1. RGB value is (175,91,209). Sum of RGB (Red+Green+Blue) = 175+91+209=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF5BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BD1 is #50A42E. Grayscale: #818181. Windows color (decimal): -5284911 or 13720495. OLE color: 13720495.

HSL color Cylindrical-coordinate representation of color #AF5BD1: hue angle of 282.71º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5BD1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 91 209 -
CMYK 0.16 0.56 0 0.18
HSL 282.71º 0.56% 0.59% -
HSV(B) 282.71º 0.56% 0.82% -
XYZ 32.93 21.2 62.68 -
YUV 129.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 175 91 209 0.16 0.56 0 0.18 282.71 0.56 0.59
Hex AF 5B D1 10 38 0 12 11B 38 3B
Octal 257 133 321 20 70 0 22 433 70 73
Binary 10101111 1011011 11010001 10000 111000 0 10010 100011011 111000 111011

Color Harmonies of #AF5BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BD1

Black with #AF5BD1

Text Example


Text Example

White with #AF5BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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