Html Css Color HEX #AF40DC Medium Orchid

📋 copy color: '#AF40DC'

red 175 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #AF40DC

Tints of Medium Orchid #AF40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 38.13%
G = 13.94%
B = 47.93%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF40DC (or 0xAF40DC) is known color: Medium Orchid. HEX triplet: AF, 40 and DC. RGB value is (175,64,220). Sum of RGB (Red+Green+Blue) = 175+64+220=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40DC is #50BF23. Grayscale: #727272. Windows color (decimal): -5291812 or 14434479. OLE color: 14434479.

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

Color convert

RGB 175 64 220 -
CMYK 0.20 0.71 0 0.14
HSL 282.69º 0.69% 0.56% -
HSV(B) 282.69º 0.71% 0.86% -
XYZ 32.43 17.95 69.47 -
YUV 114.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 175 64 220 0.20 0.71 0 0.14 282.69 0.69 0.56
Hex AF 40 DC 14 47 0 E 11B 45 38
Octal 257 100 334 24 107 0 16 433 105 70
Binary 10101111 1000000 11011100 10100 1000111 0 1110 100011011 1000101 111000

Color Harmonies of #AF40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40DC

Black with #AF40DC

Text Example


Text Example

White with #AF40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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