Html Css Color HEX #AF49EE Medium Orchid

📋 copy color: '#AF49EE'

red 175 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #AF49EE

Tints of Medium Orchid #AF49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.02%

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 36.01%
G = 15.02%
B = 48.97%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF49EE (or 0xAF49EE) is known color: Medium Orchid. HEX triplet: AF, 49 and EE. RGB value is (175,73,238). Sum of RGB (Red+Green+Blue) = 175+73+238=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49EE is #50B611. Grayscale: #797979. Windows color (decimal): -5289490 or 15616431. OLE color: 15616431.

HSL color Cylindrical-coordinate representation of color #AF49EE: hue angle of 277.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF49EE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 73 238 -
CMYK 0.26 0.69 0 0.07
HSL 277.09º 0.83% 0.61% -
HSV(B) 277.09º 0.69% 0.93% -
XYZ 35.49 20.05 82.89 -
YUV 122.31 193.29 165.58 -
System Red Green Blue C M Y K H S L
Decimal 175 73 238 0.26 0.69 0 0.07 277.09 0.83 0.61
Hex AF 49 EE 1A 45 0 7 115 53 3D
Octal 257 111 356 32 105 0 7 425 123 75
Binary 10101111 1001001 11101110 11010 1000101 0 111 100010101 1010011 111101

Color Harmonies of #AF49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49EE

Black with #AF49EE

Text Example


Text Example

White with #AF49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49EE; }

 p { color: rgb(175,73,238); }

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

background-color css

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

 a { background-color: rgb(175,73,238); }

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

border-color css

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

 span { border-color: rgb(175,73,238); }

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