Html Css Color HEX #AF66DB Medium Orchid

📋 copy color: '#AF66DB'

red 175 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #AF66DB

Tints of Medium Orchid #AF66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.56%

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

R = 35.28%
G = 20.56%
B = 44.15%

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

#AF66DB (or 0xAF66DB) is known color: Medium Orchid. HEX triplet: AF, 66 and DB. RGB value is (175,102,219). Sum of RGB (Red+Green+Blue) = 175+102+219=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66DB is #509924. Grayscale: #888888. Windows color (decimal): -5282085 or 14378671. OLE color: 14378671.

HSL color Cylindrical-coordinate representation of color #AF66DB: hue angle of 277.44º degrees, saturation: 0.62, 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 #AF66DB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 102 219 -
CMYK 0.20 0.53 0 0.14
HSL 277.44º 0.62% 0.63% -
HSV(B) 277.44º 0.53% 0.86% -
XYZ 35.22 23.73 69.74 -
YUV 137.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 175 102 219 0.20 0.53 0 0.14 277.44 0.62 0.63
Hex AF 66 DB 14 35 0 E 115 3E 3F
Octal 257 146 333 24 65 0 16 425 76 77
Binary 10101111 1100110 11011011 10100 110101 0 1110 100010101 111110 111111

Color Harmonies of #AF66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66DB

Black with #AF66DB

Text Example


Text Example

White with #AF66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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