Html Css Color HEX #AF62EF Medium Orchid

📋 copy color: '#AF62EF'

red 175 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #AF62EF

Tints of Medium Orchid #AF62EF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

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

R = 34.18%
G = 19.14%
B = 46.68%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF62EF (or 0xAF62EF) is known color: Medium Orchid. HEX triplet: AF, 62 and EF. RGB value is (175,98,239). Sum of RGB (Red+Green+Blue) = 175+98+239=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF62EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62EF is #509D10. Grayscale: #888888. Windows color (decimal): -5283089 or 15688367. OLE color: 15688367.

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

Color convert

RGB 175 98 239 -
CMYK 0.27 0.59 0 0.06
HSL 272.77º 0.82% 0.66% -
HSV(B) 272.77º 0.59% 0.94% -
XYZ 37.63 24.08 84.33 -
YUV 137.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 175 98 239 0.27 0.59 0 0.06 272.77 0.82 0.66
Hex AF 62 EF 1B 3B 0 6 111 52 42
Octal 257 142 357 33 73 0 6 421 122 102
Binary 10101111 1100010 11101111 11011 111011 0 110 100010001 1010010 1000010

Color Harmonies of #AF62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62EF

Black with #AF62EF

Text Example


Text Example

White with #AF62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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