Html Css Color HEX #AF61DC Medium Orchid

📋 copy color: '#AF61DC'

red 175 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #AF61DC

Tints of Medium Orchid #AF61DC

RGB

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

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

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

R = 35.57%
G = 19.72%
B = 44.72%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF61DC (or 0xAF61DC) is known color: Medium Orchid. HEX triplet: AF, 61 and DC. RGB value is (175,97,220). Sum of RGB (Red+Green+Blue) = 175+97+220=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DC is #509E23. Grayscale: #858585. Windows color (decimal): -5283364 or 14442927. OLE color: 14442927.

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

Color convert

RGB 175 97 220 -
CMYK 0.20 0.56 0 0.14
HSL 278.05º 0.64% 0.62% -
HSV(B) 278.05º 0.56% 0.86% -
XYZ 34.87 22.83 70.28 -
YUV 134.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 175 97 220 0.20 0.56 0 0.14 278.05 0.64 0.62
Hex AF 61 DC 14 38 0 E 116 40 3E
Octal 257 141 334 24 70 0 16 426 100 76
Binary 10101111 1100001 11011100 10100 111000 0 1110 100010110 1000000 111110

Color Harmonies of #AF61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61DC

Black with #AF61DC

Text Example


Text Example

White with #AF61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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