Html Css Color HEX #AF41DC Medium Orchid

📋 copy color: '#AF41DC'

red 175 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #AF41DC

Tints of Medium Orchid #AF41DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

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

R = 38.04%
G = 14.13%
B = 47.83%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF41DC (or 0xAF41DC) is known color: Medium Orchid. HEX triplet: AF, 41 and DC. RGB value is (175,65,220). Sum of RGB (Red+Green+Blue) = 175+65+220=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF41DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41DC is #50BE23. Grayscale: #737373. Windows color (decimal): -5291556 or 14434735. OLE color: 14434735.

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

Color convert

RGB 175 65 220 -
CMYK 0.20 0.70 0 0.14
HSL 282.58º 0.69% 0.56% -
HSV(B) 282.58º 0.7% 0.86% -
XYZ 32.49 18.06 69.48 -
YUV 115.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 175 65 220 0.20 0.70 0 0.14 282.58 0.69 0.56
Hex AF 41 DC 14 46 0 E 11B 45 38
Octal 257 101 334 24 106 0 16 433 105 70
Binary 10101111 1000001 11011100 10100 1000110 0 1110 100011011 1000101 111000

Color Harmonies of #AF41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41DC

Black with #AF41DC

Text Example


Text Example

White with #AF41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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