Html Css Color HEX #AF58C6 Medium Orchid

📋 copy color: '#AF58C6'

red 175 ◦ green 88 ◦ blue 198

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

Shades of Medium Orchid #AF58C6

Tints of Medium Orchid #AF58C6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

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

R = 37.96%
G = 19.09%
B = 42.95%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF58C6 (or 0xAF58C6) is known color: Medium Orchid. HEX triplet: AF, 58 and C6. RGB value is (175,88,198). Sum of RGB (Red+Green+Blue) = 175+88+198=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF58C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58C6 is #50A739. Grayscale: #7E7E7E. Windows color (decimal): -5285690 or 12998831. OLE color: 12998831.

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

Color convert

RGB 175 88 198 -
CMYK 0.12 0.56 0 0.22
HSL 287.45º 0.49% 0.56% -
HSV(B) 287.45º 0.56% 0.78% -
XYZ 31.36 20.17 55.67 -
YUV 126.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 175 88 198 0.12 0.56 0 0.22 287.45 0.49 0.56
Hex AF 58 C6 C 38 0 16 11F 31 38
Octal 257 130 306 14 70 0 26 437 61 70
Binary 10101111 1011000 11000110 1100 111000 0 10110 100011111 110001 111000

Color Harmonies of #AF58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58C6

Black with #AF58C6

Text Example


Text Example

White with #AF58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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