Html Css Color HEX #AF58EC Medium Orchid

📋 copy color: '#AF58EC'

red 175 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #AF58EC

Tints of Medium Orchid #AF58EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 35.07%
G = 17.64%
B = 47.29%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF58EC (or 0xAF58EC) is known color: Medium Orchid. HEX triplet: AF, 58 and EC. RGB value is (175,88,236). Sum of RGB (Red+Green+Blue) = 175+88+236=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58EC is #50A713. Grayscale: #828282. Windows color (decimal): -5285652 or 15489199. OLE color: 15489199.

HSL color Cylindrical-coordinate representation of color #AF58EC: hue angle of 275.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF58EC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 88 236 -
CMYK 0.26 0.63 0 0.07
HSL 275.27º 0.8% 0.64% -
HSV(B) 275.27º 0.63% 0.93% -
XYZ 36.31 22.15 81.72 -
YUV 130.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 175 88 236 0.26 0.63 0 0.07 275.27 0.8 0.64
Hex AF 58 EC 1A 3F 0 7 113 50 40
Octal 257 130 354 32 77 0 7 423 120 100
Binary 10101111 1011000 11101100 11010 111111 0 111 100010011 1010000 1000000

Color Harmonies of #AF58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58EC

Black with #AF58EC

Text Example


Text Example

White with #AF58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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