Html Css Color HEX #AF55D0 Medium Orchid

📋 copy color: '#AF55D0'

red 175 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #AF55D0

Tints of Medium Orchid #AF55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 37.39%
G = 18.16%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF55D0 (or 0xAF55D0) is known color: Medium Orchid. HEX triplet: AF, 55 and D0. RGB value is (175,85,208). Sum of RGB (Red+Green+Blue) = 175+85+208=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF55D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55D0 is #50AA2F. Grayscale: #7D7D7D. Windows color (decimal): -5286448 or 13653423. OLE color: 13653423.

HSL color Cylindrical-coordinate representation of color #AF55D0: hue angle of 283.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF55D0 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 85 208 -
CMYK 0.16 0.59 0 0.18
HSL 283.9º 0.57% 0.57% -
HSV(B) 283.9º 0.59% 0.82% -
XYZ 32.31 20.17 61.86 -
YUV 125.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 175 85 208 0.16 0.59 0 0.18 283.9 0.57 0.57
Hex AF 55 D0 10 3B 0 12 11C 39 39
Octal 257 125 320 20 73 0 22 434 71 71
Binary 10101111 1010101 11010000 10000 111011 0 10010 100011100 111001 111001

Color Harmonies of #AF55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55D0

Black with #AF55D0

Text Example


Text Example

White with #AF55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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