Html Css Color HEX #AF44EF Medium Orchid

📋 copy color: '#AF44EF'

red 175 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #AF44EF

Tints of Medium Orchid #AF44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.11%

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

R = 36.31%
G = 14.11%
B = 49.59%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF44EF (or 0xAF44EF) is known color: Medium Orchid. HEX triplet: AF, 44 and EF. RGB value is (175,68,239). Sum of RGB (Red+Green+Blue) = 175+68+239=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF44EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44EF is #50BB10. Grayscale: #767676. Windows color (decimal): -5290769 or 15680687. OLE color: 15680687.

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

Color convert

RGB 175 68 239 -
CMYK 0.27 0.72 0 0.06
HSL 277.54º 0.84% 0.6% -
HSV(B) 277.54º 0.72% 0.94% -
XYZ 35.33 19.48 83.56 -
YUV 119.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 175 68 239 0.27 0.72 0 0.06 277.54 0.84 0.6
Hex AF 44 EF 1B 48 0 6 116 54 3C
Octal 257 104 357 33 110 0 6 426 124 74
Binary 10101111 1000100 11101111 11011 1001000 0 110 100010110 1010100 111100

Color Harmonies of #AF44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44EF

Black with #AF44EF

Text Example


Text Example

White with #AF44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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