#AF67CA

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

Shades of Medium Orchid #AF67CA

Tints of Medium Orchid #AF67CA

Color information

#AF67CA (or 0xAF67CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and CA. RGB value is (175,103,202). Sum of RGB (Red+Green+Blue) = 175+103+202=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF67CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CA is #509835. Grayscale: #878787. Windows color (decimal): -5281846 or 13264815. OLE color: 13264815.

HSL color Cylindrical-coordinate representation of color #AF67CA: hue angle of 283.64º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF67CA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175103202-
CMYK0.130.4900.21
HSL283.64º48.29%59.8%-
HSV(B)283.64º49.01%79.22%-
XYZ33.1923.0858.58-
YUV135.81165.35155.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=36.46%
G=21.46%
B=42.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751032020.130.4900.21283.6448.2959.8
HexAF67CAD3101511c303c
Octal25714731215610254346074
Binary101011111100111110010101101110001010101100011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67CA; }

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

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

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

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

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

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

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

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