Html Css Color HEX #AF50C6 Medium Orchid

📋 copy color: '#AF50C6'

red 175 ◦ green 80 ◦ blue 198

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

Shades of Medium Orchid #AF50C6

Tints of Medium Orchid #AF50C6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 38.63%
G = 17.66%
B = 43.71%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF50C6 (or 0xAF50C6) is known color: Medium Orchid. HEX triplet: AF, 50 and C6. RGB value is (175,80,198). Sum of RGB (Red+Green+Blue) = 175+80+198=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF50C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50C6 is #50AF39. Grayscale: #797979. Windows color (decimal): -5287738 or 12996783. OLE color: 12996783.

HSL color Cylindrical-coordinate representation of color #AF50C6: hue angle of 288.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF50C6 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 80 198 -
CMYK 0.12 0.60 0 0.22
HSL 288.31º 0.51% 0.55% -
HSV(B) 288.31º 0.6% 0.78% -
XYZ 30.74 18.93 55.46 -
YUV 121.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 175 80 198 0.12 0.60 0 0.22 288.31 0.51 0.55
Hex AF 50 C6 C 3C 0 16 120 33 37
Octal 257 120 306 14 74 0 26 440 63 67
Binary 10101111 1010000 11000110 1100 111100 0 10110 100100000 110011 110111

Color Harmonies of #AF50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50C6

Black with #AF50C6

Text Example


Text Example

White with #AF50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50C6; }

 p { color: rgb(175,80,198); }

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

background-color css

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

 a { background-color: rgb(175,80,198); }

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

border-color css

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

 span { border-color: rgb(175,80,198); }

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