#A293CD

Color #A293CD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A293CD

Tints of Biloba Flower #A293CD

Color information

#A293CD (or 0xA293CD) is unknown color: approx Biloba Flower. HEX triplet: A2, 93 and CD. RGB value is (162,147,205). Sum of RGB (Red+Green+Blue) = 162+147+205=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A293CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293CD is #5D6C32. Grayscale: #9D9D9D. Windows color (decimal): -6122547 or 13472674. OLE color: 13472674.

HSL color Cylindrical-coordinate representation of color #A293CD: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A293CD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162147205-
CMYK0.210.2800.20
HSL255.52º36.71%69.02%-
HSV(B)255.52º28.29%80.39%-
XYZ36.3532.9662.2-
YUV158.1154.47130.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=31.52%
G=28.60%
B=39.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621472050.210.2800.20255.5236.7169.02
HexA293CD151C0141002545
Octal242223315253402440045105
Binary10100010100100111100110110101111000101001000000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293CD; }

 p { color: rgb(162,147,205); }

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

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

 a { background-color: rgb(162,147,205); }

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

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

 span { border-color: rgb(162,147,205); }

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