Html Css Color HEX #AF4FDD Medium Orchid

📋 copy color: '#AF4FDD'

red 175 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #AF4FDD

Tints of Medium Orchid #AF4FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 36.84%
G = 16.63%
B = 46.53%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4FDD (or 0xAF4FDD) is known color: Medium Orchid. HEX triplet: AF, 4F and DD. RGB value is (175,79,221). Sum of RGB (Red+Green+Blue) = 175+79+221=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDD is #50B022. Grayscale: #7B7B7B. Windows color (decimal): -5287971 or 14503855. OLE color: 14503855.

HSL color Cylindrical-coordinate representation of color #AF4FDD: hue angle of 280.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 79 221 -
CMYK 0.21 0.64 0 0.13
HSL 280.56º 0.68% 0.59% -
HSV(B) 280.56º 0.64% 0.87% -
XYZ 33.53 19.93 70.49 -
YUV 123.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 175 79 221 0.21 0.64 0 0.13 280.56 0.68 0.59
Hex AF 4F DD 15 40 0 D 119 44 3B
Octal 257 117 335 25 100 0 15 431 104 73
Binary 10101111 1001111 11011101 10101 1000000 0 1101 100011001 1000100 111011

Color Harmonies of #AF4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FDD

Black with #AF4FDD

Text Example


Text Example

White with #AF4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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