Html Css Color HEX #AF60EF Medium Orchid

📋 copy color: '#AF60EF'

red 175 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #AF60EF

Tints of Medium Orchid #AF60EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.82%

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

R = 34.31%
G = 18.82%
B = 46.86%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF60EF (or 0xAF60EF) is known color: Medium Orchid. HEX triplet: AF, 60 and EF. RGB value is (175,96,239). Sum of RGB (Red+Green+Blue) = 175+96+239=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF60EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60EF is #509F10. Grayscale: #878787. Windows color (decimal): -5283601 or 15687855. OLE color: 15687855.

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

Color convert

RGB 175 96 239 -
CMYK 0.27 0.60 0 0.06
HSL 273.15º 0.82% 0.66% -
HSV(B) 273.15º 0.6% 0.94% -
XYZ 37.44 23.71 84.26 -
YUV 135.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 175 96 239 0.27 0.60 0 0.06 273.15 0.82 0.66
Hex AF 60 EF 1B 3C 0 6 111 52 42
Octal 257 140 357 33 74 0 6 421 122 102
Binary 10101111 1100000 11101111 11011 111100 0 110 100010001 1010010 1000010

Color Harmonies of #AF60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60EF

Black with #AF60EF

Text Example


Text Example

White with #AF60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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