Html Css Color HEX #AF55DB Medium Orchid

📋 copy color: '#AF55DB'

red 175 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #AF55DB

Tints of Medium Orchid #AF55DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 36.53%
G = 17.75%
B = 45.72%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF55DB (or 0xAF55DB) is known color: Medium Orchid. HEX triplet: AF, 55 and DB. RGB value is (175,85,219). Sum of RGB (Red+Green+Blue) = 175+85+219=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55DB is #50AA24. Grayscale: #7E7E7E. Windows color (decimal): -5286437 or 14374319. OLE color: 14374319.

HSL color Cylindrical-coordinate representation of color #AF55DB: hue angle of 280.3º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF55DB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 85 219 -
CMYK 0.20 0.61 0 0.14
HSL 280.3º 0.65% 0.6% -
HSV(B) 280.3º 0.61% 0.86% -
XYZ 33.71 20.73 69.24 -
YUV 127.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 175 85 219 0.20 0.61 0 0.14 280.3 0.65 0.6
Hex AF 55 DB 14 3D 0 E 118 41 3C
Octal 257 125 333 24 75 0 16 430 101 74
Binary 10101111 1010101 11011011 10100 111101 0 1110 100011000 1000001 111100

Color Harmonies of #AF55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55DB

Black with #AF55DB

Text Example


Text Example

White with #AF55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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