Html Css Color HEX #AF4ED5 Medium Orchid

📋 copy color: '#AF4ED5'

red 175 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #AF4ED5

Tints of Medium Orchid #AF4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.74%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 37.55%
G = 16.74%
B = 45.71%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF4ED5 (or 0xAF4ED5) is known color: Medium Orchid. HEX triplet: AF, 4E and D5. RGB value is (175,78,213). Sum of RGB (Red+Green+Blue) = 175+78+213=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED5 is #50B12A. Grayscale: #797979. Windows color (decimal): -5288235 or 13979311. OLE color: 13979311.

HSL color Cylindrical-coordinate representation of color #AF4ED5: hue angle of 283.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4ED5 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 78 213 -
CMYK 0.18 0.63 0 0.16
HSL 283.11º 0.62% 0.57% -
HSV(B) 283.11º 0.63% 0.84% -
XYZ 32.41 19.37 64.98 -
YUV 122.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 175 78 213 0.18 0.63 0 0.16 283.11 0.62 0.57
Hex AF 4E D5 12 3F 0 10 11B 3E 39
Octal 257 116 325 22 77 0 20 433 76 71
Binary 10101111 1001110 11010101 10010 111111 0 10000 100011011 111110 111001

Color Harmonies of #AF4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ED5

Black with #AF4ED5

Text Example


Text Example

White with #AF4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ED5; }

 p { color: rgb(175,78,213); }

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

background-color css

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

 a { background-color: rgb(175,78,213); }

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

border-color css

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

 span { border-color: rgb(175,78,213); }

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