Html Css Color HEX #AF66DF Medium Orchid

📋 copy color: '#AF66DF'

red 175 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #AF66DF

Tints of Medium Orchid #AF66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 35%
G = 20.4%
B = 44.6%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF66DF (or 0xAF66DF) is known color: Medium Orchid. HEX triplet: AF, 66 and DF. RGB value is (175,102,223). Sum of RGB (Red+Green+Blue) = 175+102+223=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66DF is #509920. Grayscale: #898989. Windows color (decimal): -5282081 or 14640815. OLE color: 14640815.

HSL color Cylindrical-coordinate representation of color #AF66DF: hue angle of 276.2º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF66DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 102 223 -
CMYK 0.22 0.54 0 0.13
HSL 276.2º 0.65% 0.64% -
HSV(B) 276.2º 0.54% 0.87% -
XYZ 35.75 23.94 72.55 -
YUV 137.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 175 102 223 0.22 0.54 0 0.13 276.2 0.65 0.64
Hex AF 66 DF 16 36 0 D 114 41 40
Octal 257 146 337 26 66 0 15 424 101 100
Binary 10101111 1100110 11011111 10110 110110 0 1101 100010100 1000001 1000000

Color Harmonies of #AF66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66DF

Black with #AF66DF

Text Example


Text Example

White with #AF66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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