Html Css Color HEX #AF4FD8 Medium Orchid

📋 copy color: '#AF4FD8'

red 175 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #AF4FD8

Tints of Medium Orchid #AF4FD8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.81%

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

R = 37.23%
G = 16.81%
B = 45.96%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF4FD8 (or 0xAF4FD8) is known color: Medium Orchid. HEX triplet: AF, 4F and D8. RGB value is (175,79,216). Sum of RGB (Red+Green+Blue) = 175+79+216=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF4FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FD8 is #50B027. Grayscale: #7A7A7A. Windows color (decimal): -5287976 or 14176175. OLE color: 14176175.

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

Color convert

RGB 175 79 216 -
CMYK 0.19 0.63 0 0.15
HSL 282.04º 0.64% 0.58% -
HSV(B) 282.04º 0.63% 0.85% -
XYZ 32.87 19.66 67.03 -
YUV 123.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 175 79 216 0.19 0.63 0 0.15 282.04 0.64 0.58
Hex AF 4F D8 13 3F 0 F 11A 40 3A
Octal 257 117 330 23 77 0 17 432 100 72
Binary 10101111 1001111 11011000 10011 111111 0 1111 100011010 1000000 111010

Color Harmonies of #AF4FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FD8

Black with #AF4FD8

Text Example


Text Example

White with #AF4FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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