Html Css Color HEX #AF46DD Medium Orchid

📋 copy color: '#AF46DD'

red 175 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #AF46DD

Tints of Medium Orchid #AF46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

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

R = 37.55%
G = 15.02%
B = 47.42%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF46DD (or 0xAF46DD) is known color: Medium Orchid. HEX triplet: AF, 46 and DD. RGB value is (175,70,221). Sum of RGB (Red+Green+Blue) = 175+70+221=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46DD is #50B922. Grayscale: #767676. Windows color (decimal): -5290275 or 14501551. OLE color: 14501551.

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

Color convert

RGB 175 70 221 -
CMYK 0.21 0.68 0 0.13
HSL 281.72º 0.69% 0.57% -
HSV(B) 281.72º 0.68% 0.87% -
XYZ 32.92 18.71 70.28 -
YUV 118.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 175 70 221 0.21 0.68 0 0.13 281.72 0.69 0.57
Hex AF 46 DD 15 44 0 D 11A 45 39
Octal 257 106 335 25 104 0 15 432 105 71
Binary 10101111 1000110 11011101 10101 1000100 0 1101 100011010 1000101 111001

Color Harmonies of #AF46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46DD

Black with #AF46DD

Text Example


Text Example

White with #AF46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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