Html Css Color HEX #AF4FD0 Medium Orchid

📋 copy color: '#AF4FD0'

red 175 ◦ green 79 ◦ blue 208

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

Shades of Medium Orchid #AF4FD0

Tints of Medium Orchid #AF4FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 37.88%
G = 17.1%
B = 45.02%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF4FD0 (or 0xAF4FD0) is known color: Medium Orchid. HEX triplet: AF, 4F and D0. RGB value is (175,79,208). Sum of RGB (Red+Green+Blue) = 175+79+208=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF4FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FD0 is #50B02F. Grayscale: #797979. Windows color (decimal): -5287984 or 13651887. OLE color: 13651887.

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

Color convert

RGB 175 79 208 -
CMYK 0.16 0.62 0 0.18
HSL 284.65º 0.58% 0.56% -
HSV(B) 284.65º 0.62% 0.82% -
XYZ 31.86 19.26 61.71 -
YUV 122.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 175 79 208 0.16 0.62 0 0.18 284.65 0.58 0.56
Hex AF 4F D0 10 3E 0 12 11D 3A 38
Octal 257 117 320 20 76 0 22 435 72 70
Binary 10101111 1001111 11010000 10000 111110 0 10010 100011101 111010 111000

Color Harmonies of #AF4FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FD0

Black with #AF4FD0

Text Example


Text Example

White with #AF4FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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