Html Css Color HEX #AF56DE Medium Orchid

📋 copy color: '#AF56DE'

red 175 ◦ green 86 ◦ blue 222

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

Shades of Medium Orchid #AF56DE

Tints of Medium Orchid #AF56DE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.81%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 36.23%
G = 17.81%
B = 45.96%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF56DE (or 0xAF56DE) is known color: Medium Orchid. HEX triplet: AF, 56 and DE. RGB value is (175,86,222). Sum of RGB (Red+Green+Blue) = 175+86+222=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF56DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56DE is #50A921. Grayscale: #7F7F7F. Windows color (decimal): -5286178 or 14571183. OLE color: 14571183.

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

Color convert

RGB 175 86 222 -
CMYK 0.21 0.61 0 0.13
HSL 279.26º 0.67% 0.6% -
HSV(B) 279.26º 0.61% 0.87% -
XYZ 34.19 21.04 71.37 -
YUV 128.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 175 86 222 0.21 0.61 0 0.13 279.26 0.67 0.6
Hex AF 56 DE 15 3D 0 D 117 43 3C
Octal 257 126 336 25 75 0 15 427 103 74
Binary 10101111 1010110 11011110 10101 111101 0 1101 100010111 1000011 111100

Color Harmonies of #AF56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56DE

Black with #AF56DE

Text Example


Text Example

White with #AF56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56DE; }

 p { color: rgb(175,86,222); }

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

background-color css

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

 a { background-color: rgb(175,86,222); }

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

border-color css

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

 span { border-color: rgb(175,86,222); }

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