#AF62CC

Color #AF62CC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF62CC

Tints of Medium Orchid #AF62CC

Color information

#AF62CC (or 0xAF62CC) is unknown color: approx Medium Orchid. HEX triplet: AF, 62 and CC. RGB value is (175,98,204). Sum of RGB (Red+Green+Blue) = 175+98+204=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CC is #509D33. Grayscale: #848484. Windows color (decimal): -5283124 or 13394607. OLE color: 13394607.

HSL color Cylindrical-coordinate representation of color #AF62CC: hue angle of 283.58º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF62CC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17598204-
CMYK0.140.5200.2
HSL283.58º50.96%59.22%-
HSV(B)283.58º51.96%80%-
XYZ32.9522.2159.68-
YUV133.11168.01157.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=36.69%
G=20.55%
B=42.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175982040.140.5200.2283.5850.9659.22
HexAF62CCE3401411c333b
Octal25714231416640244346373
Binary101011111100010110011001110110100010100100011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF62CC; }

 p { color: rgb(175,98,204); }

 H1.HeaderClassName
 {
   color: #AF62CC;
 }
 .AnyTagClassName
 {
   color: #AF62CC;
 }
</style>
background-color css

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

 a { background-color: rgb(175,98,204); }

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

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

 span { border-color: rgb(175,98,204); }

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