Html Css Color HEX #AF54DD Medium Orchid

📋 copy color: '#AF54DD'

red 175 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #AF54DD

Tints of Medium Orchid #AF54DD

RGB

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

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

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

R = 36.46%
G = 17.5%
B = 46.04%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF54DD (or 0xAF54DD) is known color: Medium Orchid. HEX triplet: AF, 54 and DD. RGB value is (175,84,221). Sum of RGB (Red+Green+Blue) = 175+84+221=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54DD is #50AB22. Grayscale: #7E7E7E. Windows color (decimal): -5286691 or 14505135. OLE color: 14505135.

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

Color convert

RGB 175 84 221 -
CMYK 0.21 0.62 0 0.13
HSL 279.85º 0.67% 0.6% -
HSV(B) 279.85º 0.62% 0.87% -
XYZ 33.9 20.68 70.61 -
YUV 126.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 175 84 221 0.21 0.62 0 0.13 279.85 0.67 0.6
Hex AF 54 DD 15 3E 0 D 118 43 3C
Octal 257 124 335 25 76 0 15 430 103 74
Binary 10101111 1010100 11011101 10101 111110 0 1101 100011000 1000011 111100

Color Harmonies of #AF54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54DD

Black with #AF54DD

Text Example


Text Example

White with #AF54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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