Html Css Color HEX #AF61EF Medium Orchid

📋 copy color: '#AF61EF'

red 175 ◦ green 97 ◦ blue 239

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

Shades of Medium Orchid #AF61EF

Tints of Medium Orchid #AF61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

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

R = 34.25%
G = 18.98%
B = 46.77%

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

#AF61EF (or 0xAF61EF) is known color: Medium Orchid. HEX triplet: AF, 61 and EF. RGB value is (175,97,239). Sum of RGB (Red+Green+Blue) = 175+97+239=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF61EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61EF is #509E10. Grayscale: #888888. Windows color (decimal): -5283345 or 15688111. OLE color: 15688111.

HSL color Cylindrical-coordinate representation of color #AF61EF: hue angle of 272.96º 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 #AF61EF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 97 239 -
CMYK 0.27 0.59 0 0.06
HSL 272.96º 0.82% 0.66% -
HSV(B) 272.96º 0.59% 0.94% -
XYZ 37.53 23.9 84.3 -
YUV 136.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 175 97 239 0.27 0.59 0 0.06 272.96 0.82 0.66
Hex AF 61 EF 1B 3B 0 6 111 52 42
Octal 257 141 357 33 73 0 6 421 122 102
Binary 10101111 1100001 11101111 11011 111011 0 110 100010001 1010010 1000010

Color Harmonies of #AF61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61EF

Black with #AF61EF

Text Example


Text Example

White with #AF61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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