Html Css Color HEX #AF61DD Medium Orchid

📋 copy color: '#AF61DD'

red 175 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #AF61DD

Tints of Medium Orchid #AF61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 35.5%
G = 19.68%
B = 44.83%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF61DD (or 0xAF61DD) is known color: Medium Orchid. HEX triplet: AF, 61 and DD. RGB value is (175,97,221). Sum of RGB (Red+Green+Blue) = 175+97+221=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DD is #509E22. Grayscale: #868686. Windows color (decimal): -5283363 or 14508463. OLE color: 14508463.

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

Color convert

RGB 175 97 221 -
CMYK 0.21 0.56 0 0.13
HSL 277.74º 0.65% 0.62% -
HSV(B) 277.74º 0.56% 0.87% -
XYZ 35.01 22.88 70.98 -
YUV 134.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 175 97 221 0.21 0.56 0 0.13 277.74 0.65 0.62
Hex AF 61 DD 15 38 0 D 116 41 3E
Octal 257 141 335 25 70 0 15 426 101 76
Binary 10101111 1100001 11011101 10101 111000 0 1101 100010110 1000001 111110

Color Harmonies of #AF61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61DD

Black with #AF61DD

Text Example


Text Example

White with #AF61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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