Html Css Color HEX #AF55F0 Medium Orchid

📋 copy color: '#AF55F0'

red 175 ◦ green 85 ◦ blue 240

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

Shades of Medium Orchid #AF55F0

Tints of Medium Orchid #AF55F0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 35%
G = 17%
B = 48%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF55F0 (or 0xAF55F0) is known color: Medium Orchid. HEX triplet: AF, 55 and F0. RGB value is (175,85,240). Sum of RGB (Red+Green+Blue) = 175+85+240=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF55F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55F0 is #50AA0F. Grayscale: #818181. Windows color (decimal): -5286416 or 15750575. OLE color: 15750575.

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

Color convert

RGB 175 85 240 -
CMYK 0.27 0.65 0 0.06
HSL 274.84º 0.84% 0.64% -
HSV(B) 274.84º 0.65% 0.94% -
XYZ 36.66 21.9 84.73 -
YUV 129.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 175 85 240 0.27 0.65 0 0.06 274.84 0.84 0.64
Hex AF 55 F0 1B 41 0 6 113 54 40
Octal 257 125 360 33 101 0 6 423 124 100
Binary 10101111 1010101 11110000 11011 1000001 0 110 100010011 1010100 1000000

Color Harmonies of #AF55F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55F0

Black with #AF55F0

Text Example


Text Example

White with #AF55F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55F0; }

 p { color: rgb(175,85,240); }

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

background-color css

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

 a { background-color: rgb(175,85,240); }

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

border-color css

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

 span { border-color: rgb(175,85,240); }

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