#AF43C4

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

Shades of Medium Orchid #AF43C4

Tints of Medium Orchid #AF43C4

Color information

#AF43C4 (or 0xAF43C4) is unknown color: approx Medium Orchid. HEX triplet: AF, 43 and C4. RGB value is (175,67,196). Sum of RGB (Red+Green+Blue) = 175+67+196=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF43C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C4 is #50BC3B. Grayscale: #717171. Windows color (decimal): -5291068 or 12862383. OLE color: 12862383.

HSL color Cylindrical-coordinate representation of color #AF43C4: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF43C4 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17567196-
CMYK0.110.6600.23
HSL290.23º52.23%51.57%-
HSV(B)290.23º65.82%76.86%-
XYZ29.6517.1153.97-
YUV114174.28171.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 67 (26.56% from 255) = 15.30%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=39.95%
G=15.30%
B=44.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175671960.110.6600.23290.2352.2351.57
HexAF43C4B420171223434
Octal257103304131020274426464
Binary1010111110000111100010010111000010010111100100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF43C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF43C4; }

 p { color: rgb(175,67,196); }

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

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

 a { background-color: rgb(175,67,196); }

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

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

 span { border-color: rgb(175,67,196); }

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