Html Css Color HEX #AF54DC Medium Orchid

📋 copy color: '#AF54DC'

red 175 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #AF54DC

Tints of Medium Orchid #AF54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 36.53%
G = 17.54%
B = 45.93%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF54DC (or 0xAF54DC) is known color: Medium Orchid. HEX triplet: AF, 54 and DC. RGB value is (175,84,220). Sum of RGB (Red+Green+Blue) = 175+84+220=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54DC is #50AB23. Grayscale: #7E7E7E. Windows color (decimal): -5286692 or 14439599. OLE color: 14439599.

HSL color Cylindrical-coordinate representation of color #AF54DC: hue angle of 280.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF54DC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 84 220 -
CMYK 0.20 0.62 0 0.14
HSL 280.15º 0.66% 0.6% -
HSV(B) 280.15º 0.62% 0.86% -
XYZ 33.77 20.62 69.91 -
YUV 126.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 175 84 220 0.20 0.62 0 0.14 280.15 0.66 0.6
Hex AF 54 DC 14 3E 0 E 118 42 3C
Octal 257 124 334 24 76 0 16 430 102 74
Binary 10101111 1010100 11011100 10100 111110 0 1110 100011000 1000010 111100

Color Harmonies of #AF54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54DC

Black with #AF54DC

Text Example


Text Example

White with #AF54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54DC; }

 p { color: rgb(175,84,220); }

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

background-color css

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

 a { background-color: rgb(175,84,220); }

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

border-color css

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

 span { border-color: rgb(175,84,220); }

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