Html Css Color HEX #AF55D8 Medium Orchid

📋 copy color: '#AF55D8'

red 175 ◦ green 85 ◦ blue 216

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

Shades of Medium Orchid #AF55D8

Tints of Medium Orchid #AF55D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 36.76%
G = 17.86%
B = 45.38%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF55D8 (or 0xAF55D8) is known color: Medium Orchid. HEX triplet: AF, 55 and D8. RGB value is (175,85,216). Sum of RGB (Red+Green+Blue) = 175+85+216=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF55D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55D8 is #50AA27. Grayscale: #7E7E7E. Windows color (decimal): -5286440 or 14177711. OLE color: 14177711.

HSL color Cylindrical-coordinate representation of color #AF55D8: hue angle of 281.22º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF55D8 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 85 216 -
CMYK 0.19 0.61 0 0.15
HSL 281.22º 0.63% 0.59% -
HSV(B) 281.22º 0.61% 0.85% -
XYZ 33.32 20.57 67.18 -
YUV 126.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 175 85 216 0.19 0.61 0 0.15 281.22 0.63 0.59
Hex AF 55 D8 13 3D 0 F 119 3F 3B
Octal 257 125 330 23 75 0 17 431 77 73
Binary 10101111 1010101 11011000 10011 111101 0 1111 100011001 111111 111011

Color Harmonies of #AF55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55D8

Black with #AF55D8

Text Example


Text Example

White with #AF55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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