#AF67CC

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

Shades of Medium Orchid #AF67CC

Tints of Medium Orchid #AF67CC

Color information

#AF67CC (or 0xAF67CC) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and CC. RGB value is (175,103,204). Sum of RGB (Red+Green+Blue) = 175+103+204=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CC is #509833. Grayscale: #878787. Windows color (decimal): -5281844 or 13395887. OLE color: 13395887.

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

Color convert

RGB175103204-
CMYK0.140.5000.2
HSL282.77º49.75%60.2%-
HSV(B)282.77º49.51%80%-
XYZ33.4323.1759.84-
YUV136.04166.35155.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=36.31%
G=21.37%
B=42.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751032040.140.5000.2282.7749.7560.2
HexAF67CCE3201411b323c
Octal25714731416620244336274
Binary101011111100111110011001110110010010100100011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67CC; }

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

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

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

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

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

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

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

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