Html Css Color HEX #AF5DD9 Medium Orchid

📋 copy color: '#AF5DD9'

red 175 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #AF5DD9

Tints of Medium Orchid #AF5DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 36.08%
G = 19.18%
B = 44.74%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF5DD9 (or 0xAF5DD9) is known color: Medium Orchid. HEX triplet: AF, 5D and D9. RGB value is (175,93,217). Sum of RGB (Red+Green+Blue) = 175+93+217=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF5DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD9 is #50A226. Grayscale: #838383. Windows color (decimal): -5284391 or 14245295. OLE color: 14245295.

HSL color Cylindrical-coordinate representation of color #AF5DD9: hue angle of 279.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5DD9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 93 217 -
CMYK 0.19 0.57 0 0.15
HSL 279.68º 0.62% 0.61% -
HSV(B) 279.68º 0.57% 0.85% -
XYZ 34.12 21.95 68.08 -
YUV 131.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 175 93 217 0.19 0.57 0 0.15 279.68 0.62 0.61
Hex AF 5D D9 13 39 0 F 118 3E 3D
Octal 257 135 331 23 71 0 17 430 76 75
Binary 10101111 1011101 11011001 10011 111001 0 1111 100011000 111110 111101

Color Harmonies of #AF5DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DD9

Black with #AF5DD9

Text Example


Text Example

White with #AF5DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DD9; }

 p { color: rgb(175,93,217); }

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

background-color css

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

 a { background-color: rgb(175,93,217); }

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

border-color css

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

 span { border-color: rgb(175,93,217); }

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