Html Css Color HEX #AF5EC8 Medium Orchid

📋 copy color: '#AF5EC8'

red 175 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #AF5EC8

Tints of Medium Orchid #AF5EC8

RGB

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

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

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

R = 37.31%
G = 20.04%
B = 42.64%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF5EC8 (or 0xAF5EC8) is known color: Medium Orchid. HEX triplet: AF, 5E and C8. RGB value is (175,94,200). Sum of RGB (Red+Green+Blue) = 175+94+200=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EC8 is #50A137. Grayscale: #818181. Windows color (decimal): -5284152 or 13131439. OLE color: 13131439.

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

Color convert

RGB 175 94 200 -
CMYK 0.12 0.53 0 0.22
HSL 285.85º 0.49% 0.58% -
HSV(B) 285.85º 0.53% 0.78% -
XYZ 32.11 21.29 57.06 -
YUV 130.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 175 94 200 0.12 0.53 0 0.22 285.85 0.49 0.58
Hex AF 5E C8 C 35 0 16 11E 31 3A
Octal 257 136 310 14 65 0 26 436 61 72
Binary 10101111 1011110 11001000 1100 110101 0 10110 100011110 110001 111010

Color Harmonies of #AF5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EC8

Black with #AF5EC8

Text Example


Text Example

White with #AF5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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