#AF69CA

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

Shades of Medium Orchid #AF69CA

Tints of Medium Orchid #AF69CA

Color information

#AF69CA (or 0xAF69CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 69 and CA. RGB value is (175,105,202). Sum of RGB (Red+Green+Blue) = 175+105+202=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CA is #509635. Grayscale: #888888. Windows color (decimal): -5281334 or 13265327. OLE color: 13265327.

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

Color convert

RGB175105202-
CMYK0.130.4800.21
HSL283.3º47.78%60.2%-
HSV(B)283.3º48.02%79.22%-
XYZ33.3923.4858.65-
YUV136.99164.69155.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=36.31%
G=21.78%
B=41.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751052020.130.4800.21283.347.7860.2
HexAF69CAD3001511b303c
Octal25715131215600254336074
Binary101011111101001110010101101110000010101100011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69CA; }

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

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

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

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

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

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

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

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