Html Css Color HEX #AF55FF Medium Orchid

📋 copy color: '#AF55FF'

red 175 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #AF55FF

Tints of Medium Orchid #AF55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 33.98%
G = 16.5%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF55FF (or 0xAF55FF) is known color: Medium Orchid. HEX triplet: AF, 55 and FF. RGB value is (175,85,255). Sum of RGB (Red+Green+Blue) = 175+85+255=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55FF is #50AA00. Grayscale: #828282. Windows color (decimal): -5286401 or 16733615. OLE color: 16733615.

HSL color Cylindrical-coordinate representation of color #AF55FF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF55FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 85 255 -
CMYK 0.31 0.67 0 0
HSL 271.76º 1% 0.67% -
HSV(B) 271.76º 0.67% 1% -
XYZ 38.98 22.83 96.96 -
YUV 131.29 197.82 159.18 -
System Red Green Blue C M Y K H S L
Decimal 175 85 255 0.31 0.67 0 0 271.76 1 0.67
Hex AF 55 FF 1F 43 0 0 110 64 43
Octal 257 125 377 37 103 0 0 420 144 103
Binary 10101111 1010101 11111111 11111 1000011 0 0 100010000 1100100 1000011

Color Harmonies of #AF55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55FF

Black with #AF55FF

Text Example


Text Example

White with #AF55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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