Html Css Color HEX #AF55F1 Medium Orchid

📋 copy color: '#AF55F1'

red 175 ◦ green 85 ◦ blue 241

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

Shades of Medium Orchid #AF55F1

Tints of Medium Orchid #AF55F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 34.93%
G = 16.97%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF55F1 (or 0xAF55F1) is known color: Medium Orchid. HEX triplet: AF, 55 and F1. RGB value is (175,85,241). Sum of RGB (Red+Green+Blue) = 175+85+241=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF55F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55F1 is #50AA0E. Grayscale: #818181. Windows color (decimal): -5286415 or 15816111. OLE color: 15816111.

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

Color convert

RGB 175 85 241 -
CMYK 0.27 0.65 0 0.05
HSL 274.62º 0.85% 0.64% -
HSV(B) 274.62º 0.65% 0.95% -
XYZ 36.8 21.96 85.52 -
YUV 129.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 175 85 241 0.27 0.65 0 0.05 274.62 0.85 0.64
Hex AF 55 F1 1B 41 0 5 113 55 40
Octal 257 125 361 33 101 0 5 423 125 100
Binary 10101111 1010101 11110001 11011 1000001 0 101 100010011 1010101 1000000

Color Harmonies of #AF55F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55F1

Black with #AF55F1

Text Example


Text Example

White with #AF55F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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