Html Css Color HEX #AF5ED8 Medium Orchid

📋 copy color: '#AF5ED8'

red 175 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #AF5ED8

Tints of Medium Orchid #AF5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.38%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 36.08%
G = 19.38%
B = 44.54%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF5ED8 (or 0xAF5ED8) is known color: Medium Orchid. HEX triplet: AF, 5E and D8. RGB value is (175,94,216). Sum of RGB (Red+Green+Blue) = 175+94+216=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF5ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ED8 is #50A127. Grayscale: #838383. Windows color (decimal): -5284136 or 14180015. OLE color: 14180015.

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

Color convert

RGB 175 94 216 -
CMYK 0.19 0.56 0 0.15
HSL 279.84º 0.61% 0.61% -
HSV(B) 279.84º 0.56% 0.85% -
XYZ 34.08 22.08 67.43 -
YUV 132.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 175 94 216 0.19 0.56 0 0.15 279.84 0.61 0.61
Hex AF 5E D8 13 38 0 F 118 3D 3D
Octal 257 136 330 23 70 0 17 430 75 75
Binary 10101111 1011110 11011000 10011 111000 0 1111 100011000 111101 111101

Color Harmonies of #AF5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ED8

Black with #AF5ED8

Text Example


Text Example

White with #AF5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ED8; }

 p { color: rgb(175,94,216); }

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

background-color css

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

 a { background-color: rgb(175,94,216); }

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

border-color css

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

 span { border-color: rgb(175,94,216); }

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