Html Css Color HEX #AF55EF Medium Orchid

📋 copy color: '#AF55EF'

red 175 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #AF55EF

Tints of Medium Orchid #AF55EF

RGB

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

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

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

R = 35.07%
G = 17.03%
B = 47.9%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF55EF (or 0xAF55EF) is known color: Medium Orchid. HEX triplet: AF, 55 and EF. RGB value is (175,85,239). Sum of RGB (Red+Green+Blue) = 175+85+239=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55EF is #50AA10. Grayscale: #808080. Windows color (decimal): -5286417 or 15685039. OLE color: 15685039.

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

Color convert

RGB 175 85 239 -
CMYK 0.27 0.64 0 0.06
HSL 275.06º 0.83% 0.64% -
HSV(B) 275.06º 0.64% 0.94% -
XYZ 36.51 21.84 83.95 -
YUV 129.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 175 85 239 0.27 0.64 0 0.06 275.06 0.83 0.64
Hex AF 55 EF 1B 40 0 6 113 53 40
Octal 257 125 357 33 100 0 6 423 123 100
Binary 10101111 1010101 11101111 11011 1000000 0 110 100010011 1010011 1000000

Color Harmonies of #AF55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55EF

Black with #AF55EF

Text Example


Text Example

White with #AF55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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