Html Css Color HEX #AF55D6 Medium Orchid

📋 copy color: '#AF55D6'

red 175 ◦ green 85 ◦ blue 214

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

Shades of Medium Orchid #AF55D6

Tints of Medium Orchid #AF55D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 36.92%
G = 17.93%
B = 45.15%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF55D6 (or 0xAF55D6) is known color: Medium Orchid. HEX triplet: AF, 55 and D6. RGB value is (175,85,214). Sum of RGB (Red+Green+Blue) = 175+85+214=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF55D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55D6 is #50AA29. Grayscale: #7E7E7E. Windows color (decimal): -5286442 or 14046639. OLE color: 14046639.

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

Color convert

RGB 175 85 214 -
CMYK 0.18 0.60 0 0.16
HSL 281.86º 0.61% 0.59% -
HSV(B) 281.86º 0.6% 0.84% -
XYZ 33.07 20.47 65.83 -
YUV 126.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 175 85 214 0.18 0.60 0 0.16 281.86 0.61 0.59
Hex AF 55 D6 12 3C 0 10 11A 3D 3B
Octal 257 125 326 22 74 0 20 432 75 73
Binary 10101111 1010101 11010110 10010 111100 0 10000 100011010 111101 111011

Color Harmonies of #AF55D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55D6

Black with #AF55D6

Text Example


Text Example

White with #AF55D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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