Html Css Color HEX #AF66DC Medium Orchid

📋 copy color: '#AF66DC'

red 175 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #AF66DC

Tints of Medium Orchid #AF66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 35.21%
G = 20.52%
B = 44.27%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF66DC (or 0xAF66DC) is known color: Medium Orchid. HEX triplet: AF, 66 and DC. RGB value is (175,102,220). Sum of RGB (Red+Green+Blue) = 175+102+220=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66DC is #509923. Grayscale: #888888. Windows color (decimal): -5282084 or 14444207. OLE color: 14444207.

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

Color convert

RGB 175 102 220 -
CMYK 0.20 0.54 0 0.14
HSL 277.12º 0.63% 0.63% -
HSV(B) 277.12º 0.54% 0.86% -
XYZ 35.35 23.78 70.44 -
YUV 137.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 175 102 220 0.20 0.54 0 0.14 277.12 0.63 0.63
Hex AF 66 DC 14 36 0 E 115 3F 3F
Octal 257 146 334 24 66 0 16 425 77 77
Binary 10101111 1100110 11011100 10100 110110 0 1110 100010101 111111 111111

Color Harmonies of #AF66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66DC

Black with #AF66DC

Text Example


Text Example

White with #AF66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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