Html Css Color HEX #AF55F6 Medium Orchid

📋 copy color: '#AF55F6'

red 175 ◦ green 85 ◦ blue 246

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

Shades of Medium Orchid #AF55F6

Tints of Medium Orchid #AF55F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 34.58%
G = 16.8%
B = 48.62%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF55F6 (or 0xAF55F6) is known color: Medium Orchid. HEX triplet: AF, 55 and F6. RGB value is (175,85,246). Sum of RGB (Red+Green+Blue) = 175+85+246=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF55F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55F6 is #50AA09. Grayscale: #818181. Windows color (decimal): -5286410 or 16143791. OLE color: 16143791.

HSL color Cylindrical-coordinate representation of color #AF55F6: hue angle of 273.54º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF55F6 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 85 246 -
CMYK 0.29 0.65 0 0.04
HSL 273.54º 0.9% 0.65% -
HSV(B) 273.54º 0.65% 0.96% -
XYZ 37.56 22.26 89.51 -
YUV 130.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 175 85 246 0.29 0.65 0 0.04 273.54 0.9 0.65
Hex AF 55 F6 1D 41 0 4 112 5A 41
Octal 257 125 366 35 101 0 4 422 132 101
Binary 10101111 1010101 11110110 11101 1000001 0 100 100010010 1011010 1000001

Color Harmonies of #AF55F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55F6

Black with #AF55F6

Text Example


Text Example

White with #AF55F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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