Html Css Color HEX #AF68DB Medium Orchid

📋 copy color: '#AF68DB'

red 175 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #AF68DB

Tints of Medium Orchid #AF68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.88%

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

R = 35.14%
G = 20.88%
B = 43.98%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF68DB (or 0xAF68DB) is known color: Medium Orchid. HEX triplet: AF, 68 and DB. RGB value is (175,104,219). Sum of RGB (Red+Green+Blue) = 175+104+219=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DB is #509724. Grayscale: #898989. Windows color (decimal): -5281573 or 14379183. OLE color: 14379183.

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

Color convert

RGB 175 104 219 -
CMYK 0.20 0.53 0 0.14
HSL 277.04º 0.61% 0.63% -
HSV(B) 277.04º 0.53% 0.86% -
XYZ 35.42 24.13 69.81 -
YUV 138.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 175 104 219 0.20 0.53 0 0.14 277.04 0.61 0.63
Hex AF 68 DB 14 35 0 E 115 3D 3F
Octal 257 150 333 24 65 0 16 425 75 77
Binary 10101111 1101000 11011011 10100 110101 0 1110 100010101 111101 111111

Color Harmonies of #AF68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68DB

Black with #AF68DB

Text Example


Text Example

White with #AF68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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