Html Css Color HEX #AF66EC Medium Orchid

📋 copy color: '#AF66EC'

red 175 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #AF66EC

Tints of Medium Orchid #AF66EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 34.11%
G = 19.88%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF66EC (or 0xAF66EC) is known color: Medium Orchid. HEX triplet: AF, 66 and EC. RGB value is (175,102,236). Sum of RGB (Red+Green+Blue) = 175+102+236=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF66EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66EC is #509913. Grayscale: #8A8A8A. Windows color (decimal): -5282068 or 15492783. OLE color: 15492783.

HSL color Cylindrical-coordinate representation of color #AF66EC: hue angle of 272.69º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF66EC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 102 236 -
CMYK 0.26 0.57 0 0.07
HSL 272.69º 0.78% 0.66% -
HSV(B) 272.69º 0.57% 0.93% -
XYZ 37.57 24.67 82.14 -
YUV 139.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 175 102 236 0.26 0.57 0 0.07 272.69 0.78 0.66
Hex AF 66 EC 1A 39 0 7 111 4E 42
Octal 257 146 354 32 71 0 7 421 116 102
Binary 10101111 1100110 11101100 11010 111001 0 111 100010001 1001110 1000010

Color Harmonies of #AF66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66EC

Black with #AF66EC

Text Example


Text Example

White with #AF66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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