#AF4BCA

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

Shades of Medium Orchid #AF4BCA

Tints of Medium Orchid #AF4BCA

Color information

#AF4BCA (or 0xAF4BCA) is unknown color: approx Medium Orchid. HEX triplet: AF, 4B and CA. RGB value is (175,75,202). Sum of RGB (Red+Green+Blue) = 175+75+202=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF4BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BCA is #50B435. Grayscale: #767676. Windows color (decimal): -5289014 or 13257647. OLE color: 13257647.

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

Color convert

RGB17575202-
CMYK0.130.6300.21
HSL287.24º54.51%54.31%-
HSV(B)287.24º62.87%79.22%-
XYZ30.8618.4157.8-
YUV119.38174.63167.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=38.72%
G=16.59%
B=44.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175752020.130.6300.21287.2454.5154.31
HexAF4BCAD3F01511f3736
Octal25711331215770254376766
Binary101011111001011110010101101111111010101100011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BCA; }

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

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

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

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

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

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

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

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