Html Css Color HEX #AF58EF Medium Orchid

📋 copy color: '#AF58EF'

red 175 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #AF58EF

Tints of Medium Orchid #AF58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 34.86%
G = 17.53%
B = 47.61%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF58EF (or 0xAF58EF) is known color: Medium Orchid. HEX triplet: AF, 58 and EF. RGB value is (175,88,239). Sum of RGB (Red+Green+Blue) = 175+88+239=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF58EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58EF is #50A710. Grayscale: #828282. Windows color (decimal): -5285649 or 15685807. OLE color: 15685807.

HSL color Cylindrical-coordinate representation of color #AF58EF: hue angle of 274.57º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF58EF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 88 239 -
CMYK 0.27 0.63 0 0.06
HSL 274.57º 0.83% 0.64% -
HSV(B) 274.57º 0.63% 0.94% -
XYZ 36.75 22.33 84.03 -
YUV 131.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 175 88 239 0.27 0.63 0 0.06 274.57 0.83 0.64
Hex AF 58 EF 1B 3F 0 6 113 53 40
Octal 257 130 357 33 77 0 6 423 123 100
Binary 10101111 1011000 11101111 11011 111111 0 110 100010011 1010011 1000000

Color Harmonies of #AF58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58EF

Black with #AF58EF

Text Example


Text Example

White with #AF58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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