Html Css Color HEX #AF54EE Medium Orchid

📋 copy color: '#AF54EE'

red 175 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #AF54EE

Tints of Medium Orchid #AF54EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

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

R = 35.21%
G = 16.9%
B = 47.89%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF54EE (or 0xAF54EE) is known color: Medium Orchid. HEX triplet: AF, 54 and EE. RGB value is (175,84,238). Sum of RGB (Red+Green+Blue) = 175+84+238=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF54EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54EE is #50AB11. Grayscale: #808080. Windows color (decimal): -5286674 or 15619247. OLE color: 15619247.

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

Color convert

RGB 175 84 238 -
CMYK 0.26 0.65 0 0.07
HSL 275.45º 0.82% 0.63% -
HSV(B) 275.45º 0.65% 0.93% -
XYZ 36.28 21.63 83.15 -
YUV 128.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 175 84 238 0.26 0.65 0 0.07 275.45 0.82 0.63
Hex AF 54 EE 1A 41 0 7 113 52 3F
Octal 257 124 356 32 101 0 7 423 122 77
Binary 10101111 1010100 11101110 11010 1000001 0 111 100010011 1010010 111111

Color Harmonies of #AF54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54EE

Black with #AF54EE

Text Example


Text Example

White with #AF54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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