Html Css Color HEX #AF51DB Medium Orchid

📋 copy color: '#AF51DB'

red 175 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #AF51DB

Tints of Medium Orchid #AF51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.05%

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

R = 36.84%
G = 17.05%
B = 46.11%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF51DB (or 0xAF51DB) is known color: Medium Orchid. HEX triplet: AF, 51 and DB. RGB value is (175,81,219). Sum of RGB (Red+Green+Blue) = 175+81+219=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DB is #50AE24. Grayscale: #7C7C7C. Windows color (decimal): -5287461 or 14373295. OLE color: 14373295.

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

Color convert

RGB 175 81 219 -
CMYK 0.20 0.63 0 0.14
HSL 280.87º 0.66% 0.59% -
HSV(B) 280.87º 0.63% 0.86% -
XYZ 33.41 20.11 69.14 -
YUV 124.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 175 81 219 0.20 0.63 0 0.14 280.87 0.66 0.59
Hex AF 51 DB 14 3F 0 E 119 42 3B
Octal 257 121 333 24 77 0 16 431 102 73
Binary 10101111 1010001 11011011 10100 111111 0 1110 100011001 1000010 111011

Color Harmonies of #AF51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51DB

Black with #AF51DB

Text Example


Text Example

White with #AF51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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