Html Css Color HEX #AF4DC5 Medium Orchid

📋 copy color: '#AF4DC5'

red 175 ◦ green 77 ◦ blue 197

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

Shades of Medium Orchid #AF4DC5

Tints of Medium Orchid #AF4DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 38.98%
G = 17.15%
B = 43.88%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF4DC5 (or 0xAF4DC5) is known color: Medium Orchid. HEX triplet: AF, 4D and C5. RGB value is (175,77,197). Sum of RGB (Red+Green+Blue) = 175+77+197=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF4DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC5 is #50B23A. Grayscale: #777777. Windows color (decimal): -5288507 or 12930479. OLE color: 12930479.

HSL color Cylindrical-coordinate representation of color #AF4DC5: hue angle of 289º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4DC5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 77 197 -
CMYK 0.11 0.61 0 0.23
HSL 289º 0.51% 0.54% -
HSV(B) 289º 0.61% 0.77% -
XYZ 30.41 18.45 54.78 -
YUV 119.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 175 77 197 0.11 0.61 0 0.23 289 0.51 0.54
Hex AF 4D C5 B 3D 0 17 121 33 36
Octal 257 115 305 13 75 0 27 441 63 66
Binary 10101111 1001101 11000101 1011 111101 0 10111 100100001 110011 110110

Color Harmonies of #AF4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DC5

Black with #AF4DC5

Text Example


Text Example

White with #AF4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DC5; }

 p { color: rgb(175,77,197); }

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

background-color css

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

 a { background-color: rgb(175,77,197); }

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

border-color css

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

 span { border-color: rgb(175,77,197); }

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